1、安装PyInstaller 3.0
(1)下载:https://pypi.python.org/pypi/PyInstaller/3.0,2015-10-04更新;【PyInstaller-3.0.tar.gz】
(2)解压文件:【D:\PyInstaller3.0】;
(3)命令提示符进入到PyInstaller3.0文件夹内,输入命令:python setup.py install
或者:在命令提示符中输入:pip install pyinstaller
如果已经安装好,会有下图提示: