[python-nl] Afwerking

Geert Stappers stappers at stappers.nl
Mon Dec 1 21:54:16 CET 2014


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


More information about the Python-nl mailing list