使用 cx_Freeze 分发哪些文件?
我正在使用 cx_freeze 冻结 Python 脚本以分发到其他 Windows 系统。我按照指示进行了所有操作,cx_freeze 在包含我的源代码的文件夹中生成了一个 build\exe.win32-2.6
文件夹。该目录现在包含一堆 PYD 文件、一个library.zip 文件、python DLL 文件和主要可执行文件。我需要分发其中哪些文件?伙计们有什么帮助吗?
提前致谢。
I'm using cx_freeze to freeze a Python script for distribution to other windows systems. I did everything as instructed and cx_freeze generated a build\exe.win32-2.6
folder in the folder containing my sources. This directory now contains a a bunch of PYD files, a library.zip file, the python DLL file and the main executable. Which of these files would I need to distribute? Any help, guys?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你需要所有这些。
You need all of them.