I'm new to pygame, and having difficulties with it.
Pygame is not displaying any images, showing:
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
This is after downloading from a site, but every other strategy (including direct rooting) seems to do nothing. Furthermore, even using the example code (aliens.py) still returns:
Could not load image "data/player1.gif" Couldn't open data/player1.gif
Is there something I did wrong? If so, can someone explain it clearly so I don't make this mistake again?