环境:win 7 32bit, python 2.7.6, pyintsaller 2.1python
Steps:get
在http://www.pyinstaller.org/下载最新的pyinstallerit
按步骤安装打包
进入pyinstaller安装目录下载
此时咱们能够查看下pyinstaller的用法:python pyinstaller.py --helpim
接下来直接就能够打包啦,用法:python pyinstaller.py yourpy.pyimg
固然你能够为exe的图标做修改,使用 -i 参数,这些经过--help均可以了解。ps
DONE!
参数