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 runFor 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. PyThe 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 successfullyCodePudding user response:
The source code can be run