You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/tmp/pixelflut/pixelflut$ python2 pixelflut.py brain.py
ERROR:pixelflut:Error in callback for 'TICK'
Traceback (most recent call last):
File "pixelflut.py", line 155, in fire
self.events[name](self, *a, **ka)
File "brain.py", line 141, in on_tick
canvas.save_as('save/mov_%d.png' % last_save)
File "pixelflut.py", line 190, in save_as
pygame.image.save(self.screen, filename)
The text was updated successfully, but these errors were encountered:
python 2.7.6
pygame===1.9.1release
gevent==1.1.1
The text was updated successfully, but these errors were encountered: