Pyinstaller: Import Error: DLL load failed: The specified module could not be found
问题 I'm trying create an executable from my code that uses PyQt5. I'm using Python 3.5.3 -64 bits, developing in Windows 10, and used pip to install pyinstaller 3.2.1. I run pyinstaller as such: pyinstaller.exe --onefile --windowed main.py I get an Import Error: File "C:\Python35\Scripts\pyinstaller-script.py", line 11, in <module> load_entry_point('PyInstaller==3.2.1', 'console_scripts', 'pyinstaller')() File "C:\Python35\lib\site-packages\pkg_resources\__init__.py", line 565, in load_entry