青头小白之打包软件 pyinstaller 和 py2exe

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了青头小白之打包软件 pyinstaller 和 py2exe相关的知识,希望对你有一定的参考价值。

最近在学习打包,拿两个有名的来打包

py2exe 不支持python3.5  (截止2016.12.1)

所以只好用pyinstaller

pyinstaller默认安装在python/scripts ,打开命令窗口 输入pyinstaller 可以看到如何打包

默认打包 pyinstaller  path(路径+xxx.py)  方便调试

 

踩雷 : pyinsatller 安装成功,但是打不开

port_pywin32_system_module__
    import _win32sysloader
ImportError: DLL load failed: The specified module could not be found

该文件是Microsoft Visual C ++ 2010再发行组件包的一部分。安装该软件包后,PyInstaller正常工作。

 

以上是关于青头小白之打包软件 pyinstaller 和 py2exe的主要内容,如果未能解决你的问题,请参考以下文章

python文件打包成exe之pyinstaller

利用pyinstaller打包Python项目包含多个文件夹

python之打包工具pyinstaller

python之打包工具pyinstaller

23 打包软件

pyinstaller打包的程序运行时崩溃