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

[pygame] error: video system not initialized



Traceback (most recent call last):
File "C:\Pygames\sliderdemo.py", line 104, in ?
demo.loop()
File "C:\Pygames\sliderdemo.py", line 70, in loop
event = pygame.event.wait()
error: video system not initialized

What does this mean? Other than the obvious.
I get this error, but only when I quit my window in IDLE - otherwise everything seems to be working fine.


Ben