如何将 python 文件及其依赖项打包到单个可执行文件中?

发布于 2024-08-31 23:45:38 字数 92 浏览 5 评论 0 原文

我有一个软件,其中包含几个 python 源代码和几个 c++ 库。我想将它们打包到一个可执行的单个文件中,就像 java 处理 .jar 文件一样。有办法做到这一点吗?

I've got a piece of software which consists of several python sources and a couple of c++ libraries. I'd like to pack them in a executable single file, just like java does with .jar files. Is there a way to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

思念绕指尖 2024-09-07 23:45:38

您可能想看看py2exepyInstaller其他

You may want to have a look at py2exe, pyInstaller or others.

魂牵梦绕锁你心扉 2024-09-07 23:45:38

您可以使用 python Egg 文件,它们与 java jar 文件非常相似。

http://mrtopf.de/blog/python_zope/a -python-eggs的小介绍/

You can use python egg files, they are very similar to java jar files.

http://mrtopf.de/blog/python_zope/a-small-introduction-to-python-eggs/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文