linux 为什么Pygame会抛出错误“无法打开ship.png”?[已关闭]

zpqajqem  于 2022-12-22  发布在  Linux
关注(0)|答案(1)|浏览(137)

**已关闭。**此问题需要debugging details。当前不接受答案。

编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
4天前关闭。
Improve this question
我在我的树莓派(Linux操作系统)上推动pygame制作一个2D游戏。为了制作一个游戏,你需要图形。Pygame很刻薄,决定给予我一个语法错误。错误如下所示:

Traceback (most recent call last):
  File "/home/pi/The Time Traveller.py", line 16, in <module>
    shipImg = pygame.image.load('ship.png')
pygame.error: Couldn't open ship.png

我不知道如何解决这个问题,我正在寻求帮助的人谁知道他们在做什么。很好,我刚刚开始编码和堆栈溢出,我希望社区是好的。

vhmi4jdf

vhmi4jdf1#

我所做的是把图像放在我的下载文件夹中,并使用以下代码:您必须大写桌面文件夹,否则它将无法工作。

相关问题