Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 python 开发了一些简单的项目。在这个项目中,我使用 pygtk 创建了一个简单的 gui。GUI用于控制Arduino板,即控制网络摄像头旋转。
现在我想把这个应用程序作为一个完整的安装软件。即,我想在安装软件的 setup.exe 文件上创建。
一般来说,我想将用 python 开发的应用程序转换为完整的可安装软件。
同样在开发中,如果我使用一些第三方包,如“lxml”或“VedioCapture”,如何在生成可安装软件时处理这些类型的依赖项?
检查 py2exe 以使用您的 python 代码创建可执行文件。
要制作安装程序,请检查 innosetup。
http://www.jrsoftware.org/isinfo.php
http://www.py2exe.org/