jerlyn06 / convert_to_exe

GUI for PyInstaller
7 stars 0 forks source link

pyqt4 not available for windows 10 python 3.7 #1

Open streetburner opened 5 years ago

streetburner commented 5 years ago

How can I install without these dependencies ?

jerlyn06 commented 5 years ago

Hi there! You can try installing PyQt4 with the .whl file available here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4.

It would be then pip install \path\to.whl\file. Let me know if this works for you!