google-code-export / simple-pygame-gui

Automatically exported from code.google.com/p/simple-pygame-gui
1 stars 1 forks source link

test.py can't run #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[cocobear@cocobear spg-src-0.9.2]$ python test.py 
Traceback (most recent call last):
  File "test.py", line 139, in <module>
    for e in gui.setEvents(pygame.event.get()):
TypeError: setEvents() takes no arguments (1 given)

Original issue reported on code.google.com by cocobear.cn on 10 Dec 2008 at 5:26

GoogleCodeExporter commented 9 years ago
See issue 2 ; fixed in r25

Original comment by sir...@gmail.com on 25 Jan 2009 at 7:36