32位系统下python3.3 程序打包成exe文件, python3.3 cx_freeze-4.3.3 installer ended prematurely because of an error. your system has not been modified 第二步:如果安装正确,那么接下来的事情就非常简单了 正式开始打包,命令为:cxfreeze hello.py --target-dir dist 命令解释:hello.py 是你要打包的主文件、启动文件 Dist为要目标文件夹,打包后会生成dist目录,里面就有打包后的可执行文件。 注意: