使用 Pyinstaller 构建我的应用程序后,该.exe
文件在我的开发 PC(Windows 10 64 位)上运行没有问题。如果尝试在我的另一台 PC(也是 Windows 10 64 位)上运行该程序,我会收到错误消息:
.
我已经尝试过一个文件和文件夹选项。
我正在使用这个 Pyinstaller 命令:
pyinstaller --noconfirm --onedir --windowed --icon "C:/gui/exe/stopwatch.ico" --exclude-module _bootlocale "C:/gui/exe/rt50.py"
代码可以从这里下载:https ://www.racetiming.dk/dev/rt50.py
我真的希望有人能帮助我。