hi all,
i'm new in pygame and i'm trying to make my first excercise with following tutorial in pygame website,but when i'm try to execute the program, the idle will show error like this:
i'm very thanksful for the all answer
i'm new in pygame and i'm trying to make my first excercise with following tutorial in pygame website,but when i'm try to execute the program, the idle will show error like this:
Code:
Traceback (most recent call last):
File "C:/Python25/game/1st project", line 12, in <module>
xxx=pygame.image.load(ikon)
error: Couldn't open pic\pic2
Comment