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.
我用 python 2.7 编写项目,我需要将我的两个 dll 文件放在 system32 文件夹中。是否可以将 dll 文件加载到我的 exe 项目(使用 pyinstaller 创建)并在运行程序时将其解压缩到 system32 文件夹?