Good day!
I\'m using python 3.5.2 with qt5, pyqt5 and sip14.8. I\'m also using the latest pyinstaller bracnch (3.3.dev0+g501ad40).
I\'m trying to create an e
This may be more like a workaround and Pyinstaller might need fixing.
I found out that --paths argument pointing to the directory containing Qt5Core.dll, Qt5Gui.dll, etc. helped
--paths
pyinstaller --paths C:\Python35\Lib\site-packages\PyQt5\Qt\bin hello.py