Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pyinstaller help
#1
Im attempting to make a python file I made into a .exe file I installed pyinstallerusing the command:

pip install pyinstaller

it said it installed successfully. Then when I run the command to convert the .py file into the .exe (this command):

pyinstaller --onefile -w disable.py

it gives me this:

'pyinstaller' is not recognized as an internal or external command,

operable program or batch file.

anyone know a fix for this?
Reply


Messages In This Thread
Pyinstaller help - by jacovb13 - May-05-2020, 01:03 AM
RE: Pyinstaller help - by snippsat - May-05-2020, 01:33 AM
RE: Pyinstaller help - by jacovb13 - May-05-2020, 01:44 AM
RE: Pyinstaller help - by LazyBong - Oct-16-2020, 02:54 PM
RE: Pyinstaller help - by snippsat - May-05-2020, 02:00 AM
RE: Pyinstaller help - by jacovb13 - May-05-2020, 02:29 AM
RE: Pyinstaller help - by tonytech - May-05-2020, 04:41 AM
RE: Pyinstaller help - by snippsat - May-05-2020, 09:18 AM

Forum Jump:

User Panel Messages

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