【发布时间】:2022-11-20 07:36:26
【问题描述】:
我的脚本 .py 可以完美运行,但 .exe 很遗憾无法运行。我在最新的 PyInstaller 上运行。
我已经尝试了所有我能想到的,这里是我使用的选项:
-
-w: 没有 .exe 文件
-
-- 一个文件 -w和-F -w: The specified module could not be found.
-
- F,--onefile和没有使用选项: Only shows this option for like half a second
【问题讨论】:
标签: python python-3.x pyinstaller exe pywin32