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.
我使用 c++ 代码中的一些 python 代码,但是当我将代码编译为 .exe 时,它需要 python27.dll 和 puthon/Lib 中的一些 .py 文件。我想把这个需要的文件打包成 .exe 文件,我该怎么做?
这当然是一个重复的问题,但cx_freeze、py2exe和pyinstaller是其中的几个选项