(1) Download install installer, as I installed in D:\Program files\python35, after the installation is complete, D:\Program files\python35\scripts can be found Installer.exe
(2) Performing packaging
D:\Program files\python35\scripts>pyinstaller-f spider_005.py
(3) Problems encountered
D:\Program Files\python35\scripts>pyinstaller-F spider_005.pyfailed to create process.
Workaround:
Find D:\Program files\python35\scripts\pyinstaller-script.py
Will
# ! D:\Program files\python35\python.exe# easy-install-entry-script: ' pyinstaller==3.3 ', ' Console_ Scripts ', ' Pyinstaller '
Change into
# ! " D:\Program files\python35\python.exe"# easy-install-entry-script: ' pyinstaller==3.3 ', ' Console_scripts ', ' Pyinstaller '
(4) Successful execution
(5) because I put the. py file under D:\Program files\python35\scripts\, you will find a new 2 folder build and dist under D:\Program files\python35\scripts\
Python3.5+installer package. py as an. exe