Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in callback for 'TICK' #2

Closed
agalera opened this issue Jul 13, 2016 · 1 comment
Closed

Error in callback for 'TICK' #2

agalera opened this issue Jul 13, 2016 · 1 comment

Comments

@agalera
Copy link

agalera commented Jul 13, 2016

python 2.7.6
pygame===1.9.1release
gevent==1.1.1

/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)
@agalera
Copy link
Author

agalera commented Jul 14, 2016

mkdir save
👍

@agalera agalera closed this as completed Jul 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant