创建自包含的python应用程序

编程入门 行业动态 更新时间:2024-10-27 11:23:10
本文介绍了创建自包含的python应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在尝试创建比萨(html到pdf转换器,最新版本),但是由于多个错误,我无法成功.我已经尝试过py2exe,bb-freeze和cxfreeze.

I'm trying to create a self-contained version of pisa (html to pdf converter, latest version), but I can't succeed due to several errors. I've tried py2exe, bb-freeze and cxfreeze.

这必须在Windows中,这使我的生活更加艰难.我记得几个月前,作者有一个包含安装程序的zip文件,但是现在不见了,只剩下依赖于python的方式.

This has to be in windows, which makes my life a bit harder. I remember that a couple of months ago the author had a zip file containing the install, but now it's gone, leaving me only with the python dependent way.

您将如何解决?

推荐答案

查看 pyinstaller ,它可以独立运行可执行文件(就像在一个.EXE文件中一样).

Check out pyinstaller, it makes standalone executables (as in one .EXE file, and that's it).

更多推荐

创建自包含的python应用程序

本文发布于:2023-11-14 03:14:07,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1586061.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   python

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!