先要配置python和pip的環(huán)境變量
py2exe模塊:http://www.cnblogs.com/Lands-ljk/p/5447723.html
pyinstaller:http://blog.csdn.net/zt_xcyk/article/details/73786659?locationNum=9&fps=1
1.安裝Anaconda3-5.0.1-Windows-x86_64
2.python 3.6 已經(jīng)自己安裝了pip篮迎,所以只需要執(zhí)行?pip install pyinstaller就可以了
3,在需要打包的文件目錄下執(zhí)行:H:\xcyk>pyinstaller -F test.py 參數(shù)-F 讓生成一個文件
改變圖標(biāo):pyinstaller -F --icon=my.ico xxx.py ## pyinstaller -F --icon=my.ico xxx.py
位置G:\dist\test.exe