我一直在开发一款基于 Pygame 的打字速度测试游戏。我尝试运行代码,但不断收到此错误: Traceback (most recent call last): File "/Users/beatricecesonyte/Downloads/python-project-typing-speed-game/speed typing.py", line 170, in <module> Game().run() File "/Users/beatricecesonyte/Downloads/python-project-typing-speed-game/speed typing.py", line 30, in __init__ self.open_img = pygame.image.load('type-speed-open.png')pygame.error: File is not a Windows BMP file我尝试根据此错误查看其他问题,但似乎没有任何效果......我正在使用 macOS Catalina、Python 3.8.5 和 Pygame我目前不是Python专业人士,所以请尽量解释清楚!谢谢你!
添加回答
举报
0/150
提交
取消