Pygame不显示图像

时间:2015-08-11 14:59:27

标签: python python-2.7 pygame

我是pygame的新手,并且遇到了困难。

Pygame没有显示任何图片,显示:

    Traceback (most recent call last):
  File "/Users/peterbrown/Documents/First game.py", line 61, in <module>
playerImage = pygame.image.load('player.png')
error: Couldn't open player.png

这是从网站下载后,但其他所有策略(包括直接生根)似乎都无能为力。此外,即使使用示例代码(aliens.py)仍然返回:

    Could not load image "data/player1.gif" Couldn't open  data/player1.gif

我做错了吗?如果是这样,有人可以解释清楚,所以我不会再犯这个错误吗?

0 个答案:

没有答案