标签: python pygame executable pyinstaller
我最近使用Pyinstaller将pygame / python代码转换为可执行文件:
pyinstaller "game.py" --onefile --noconsole
Game folder
Dist folder
当我尝试打开它时,没有窗口出现。关于如何打开可执行文件的任何想法?
此外,我也不知道是否相关,但是当我打开终端文件“游戏”时会弹出:
Terminal game popup