-
Notifications
You must be signed in to change notification settings - Fork 195
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
FBS with Pyqt6 #290
Comments
In PyQt6, I think it's called |
Brilliant Thanks |
That worked fine but I now get these errors? when I try to freeze. Do I need to run everything under Rosetta?
Thanks again |
Let's continue this discussion in #291 please. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use FBS on my Mac M2 which requires PyQt5. I have installed Python 3.9.6 and set up a virtual environment. However I see that PyQt5 is not supported and I have tried many of the suggested solutions but - I get all sorts of errors when I try to install it- so I am now trying fbs pro which supports PyQt6 but now the test program gives an error?
(nmr396) terry@M2 testFBS % fbs run
Traceback (most recent call last):
File "/Users/terry/Documents/Python/testFBS/src/main/python/main.py", line 11, in
exit_code = appctxt.app.exec_() # 2. Invoke appctxt.app.exec_()
AttributeError: 'QApplication' object has no attribute 'exec_'
I'm obvious missed something?
Thanks for any suggestions
The text was updated successfully, but these errors were encountered: