标签:c t sp 文件 set window name python 安装 install 使用
这个没有什么截图,主要步骤如下:
a. 安装python-2.7-x64版本(我的系统是win7-x64)
b. 下载PyInstaller-2.1 x64版本
c. 下载pywin32-x64版本
d.下载upx.exe (这个在pyinstall官网上面会有提示)
e.使用pythone setup.py install 安装pyinstaller
一般我们是生成单文件的exe,方便可以在其他windows机器上可执行。
生成的命令是:
python pyinstaller.py -F c:\your_py_name --ico c:\your_ico_name
pyinstaller对py脚本进行打包(生成windows可执行程序),码迷,mamicode.com
pyinstaller对py脚本进行打包(生成windows可执行程序)
标签:c t sp 文件 set window name python 安装 install 使用
原文地址:http://www.cnblogs.com/start0cheng/p/3699262.html