Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fail: from .py to .exe
#1
hi, friends.

I have such a problem, when want to convert my python code into executable, it is being converted successfully, but does not work. when running the exe file it gives
"Error loading Python DLL 'C\user\python36.dll'. LoadLibrary: the Specified modul could not be found"

So, I use ">pyinstaller python_file.py --windowed -- clean" this method.

what is wrong, thanks in advance

>pyinstaller -F python_file.py

this gave the following error
Reply


Messages In This Thread
Fail: from .py to .exe - by garikhgh0 - May-08-2018, 05:50 AM
RE: Fail: from .py to .exe - by snippsat - May-08-2018, 05:52 AM
RE: Fail: from .py to .exe - by garikhgh0 - May-08-2018, 05:56 AM
RE: Fail: from .py to .exe - by snippsat - May-08-2018, 06:10 AM
RE: Fail: from .py to .exe - by garikhgh0 - May-08-2018, 08:25 AM

Forum Jump:

User Panel Messages

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