Home > other >  Python pyinstaller. Exe flash back
Python pyinstaller. Exe flash back

Time:10-21


Through the input in the CMD PIP install pyinstaller, I see have Successfully installed... , it should be ok, but double-click pyinstaller. Exe flash back, but I don't know what the problem is

CodePudding user response:

Pyinstaller is command line to run
For example,

Pyinstaller - F main. Py

CodePudding user response:

I know, I have a problem, use this command in the CMD below:

CodePudding user response:

Pyinstaller - F main. Py

The blank space!


Pyinstaller -f main. Py

CodePudding user response:

Sorry just ask a stupid question, according to the format I enter after the command, output a lot of lines of code, know success is changed or make a mistake, because the last line wrote a TypeError: an integer is required (got type bytes)


And, if successful, the three transformations folder is a folder in the converted program or in python installation file directory?

CodePudding user response:

A success you'll see sucessfully, look at the source code can run successfully

CodePudding user response:

The source code can be run
  • Related