[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Error Loading



Jonah wrote:
Hey- the new guy again. I was trying to load an image for a simple game and when I got to the
pygame.image.load('ball.gif')
it said it can't load the image.
Any ideas?


The traceback may look like gibberish to you, but really, it contains all the information you need to figure out the problem.
Similarly, it contains most of the information we need to help you with your problem.
Unless there's no traceback, you should include it with any question you have.
HTH,
-Luke