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 中,是否可以将所有 pyd 文件和 library.zip 移动到某个子目录?
我可以与 exe 一起使用两个 dll,但我宁愿对我的用户隐藏 15 个其他文件,即使只是在一个子目录中。
这似乎是不可能的。如果可能,请使用PyInstaller、py2exe或py2app。另请参见py2exe - 生成单个可执行文件。