You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the latest version 0.22.0 on windows10 with python 3.10
I am using pyqt5 in my app but cannot get this working.
I added pyqt5 along with others to a requitments.txt and the following in the pyoxidizer.bzl file
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using the latest version 0.22.0 on windows10 with python 3.10
I am using pyqt5 in my app but cannot get this working.
I added pyqt5 along with others to a requitments.txt and the following in the pyoxidizer.bzl file
exe.add_python_resources(exe.pip_install(["-r", "requirements.txt"]))
However it does not work, are there any examples of a setup file with pyqt5 working?
Previous discussions have been the older toml format config files.
Beta Was this translation helpful? Give feedback.
All reactions