python打包exe的工具,支持python2.3-2.7,下载之后解压即可,把需要打包的.py文件放到pyinstaller目录下,再cmd命令行里进入到目标目录,命令:python pyinstaller.py -F yourprogram.py即可打包,生成的.exe文件在dist目录下