On Mon, Dec 01, 2014 at 07:52:08PM +0100, Marc Stevens wrote:
>
>
> import pygame
> from pygame.locals import *
> import time
>
> pygame.init()
> screen = pygame.display.set_mode((1200,1000))
> clock=pygame.time.Clock()
> lucifer = pygame.image.load("lucifer.png")
$ python /tmp/fff
Traceback (most recent call last):
File "/tmp/fff", line 8, in <module>
lucifer = pygame.image.load("lucifer.png")
pygame.error: Couldn't open lucifer.png
zonder verder schrijven
_______________________________________________
Python-nl mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-nl