pyinstaller遇到的问题:无法编译成exe文档
1.要奖pyinstaller文件夹放在python2.7的下面
2.然后把要编译的python脚本放在pyinstaller的页面


3.有效的版本python2.7

4.命令C:\Python27\PyInstaller-2.1>python pyinstaller.py -F pytest\pytest.py
1.要奖pyinstaller文件夹放在python2.7的下面
2.然后把要编译的python脚本放在pyinstaller的页面


3.有效的版本python2.7

4.命令C:\Python27\PyInstaller-2.1>python pyinstaller.py -F pytest\pytest.py