keyboard input crashes gasp
Bug #245295 reported by
Jeffrey Elkner
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GASP Core |
Incomplete
|
High
|
James Hancock |
Bug Description
Running the latest version of robots from here:
http://
pressing any key crashes the program with the following traceback:
Traceback (most recent call last):
File "robots.py", line 113, in <module>
play_game()
File "robots.py", line 96, in play_game
quit = move_player(player)
File "robots.py", line 33, in move_player
if key_pressed(
File "/home/
return backend.new_keys()
AttributeError: 'module' object has no attribute 'new_keys'
Changed in gasp-code: | |
assignee: | nobody → jlhancock |
importance: | Undecided → High |
To post a comment you must log in.
Confirmed with revision 60 of gasp trunk