Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
can't run .exe file
#1
Hey! I have compiled my python file with pyinstaller and produced a .exe file, however my program doesn't want to run. I ran it through the shell and it printed out the following error message:
Error:
Traceback (most recent call last):   File "site-packages\PyInstaller\loader\rthooks\pyi_rth_qt5plugins.py", line 46, in <module>   File "c:\users\daugi\appdata\local\programs\python\python35\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 714, in load_module     module = loader.load_module(fullname) ImportError: DLL load failed: The specified module could not be found. Failed to execute script pyi_rth_qt5plugins
Does anyone know what could I possibly do to fix it? Many thanks!
Reply


Messages In This Thread
can't run .exe file - by Doug - Feb-18-2017, 12:16 PM
RE: can't run .exe file - by Larz60+ - Feb-18-2017, 12:54 PM
RE: can't run .exe file - by snippsat - Feb-18-2017, 01:45 PM
RE: can't run .exe file - by Larz60+ - Feb-18-2017, 10:07 PM
RE: can't run .exe file - by snippsat - Feb-19-2017, 07:14 AM
RE: can't run .exe file - by wavic - Feb-19-2017, 07:19 AM
RE: can't run .exe file - by snippsat - Feb-19-2017, 08:43 AM
RE: can't run .exe file - by Larz60+ - Feb-19-2017, 12:14 PM
RE: can't run .exe file - by snippsat - Feb-19-2017, 10:29 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020