-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems running pyqt tutorial on cx_freeze 7.2.4 #2676
Comments
Thanks for the quick response Marcelo. Can you confirm the pyqt version that you used? I am using a conda environment here with: |
I always use the latest packages to test.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry if this is not the correct place to ask for it. I believe that the pyqt sample is outdated/missing some steps
I can run the pyqt sample application (test_pyqt.py) in dev mode and run the created binary correctly when using cx_freeze 6.15.12 and pyqt 5.15.9
However if i use cx_freeze 7.2.4 and the same pyqt, when i run the created binary the application crashes when loading pyqt:
The only change that i made from cx_freeze 6,15,12 to 7.2.4 was in setup.py file the executable base changed from "Win32GUI" to "gui".
Can you please confirm that the pyqt sample works with cx_freeze 7.2.4?
Thanks
The text was updated successfully, but these errors were encountered: