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.
我正在使用 cx_freeze 冻结 Python 脚本以分发到其他 Windows 系统。我按照指示做了所有事情,cx_freeze build\exe.win32-2.6在包含我的源代码的文件夹中生成了一个文件夹。这个目录现在包含一堆 PYD 文件、一个 library.zip 文件、python DLL 文件和主可执行文件。我需要分发这些文件中的哪些?任何帮助,伙计们?
build\exe.win32-2.6
提前致谢。
你需要所有这些。