Guest User

Untitled

a guest
May 19th, 2015
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.78 KB | None | 0 0
  1. Traceback (most recent call last):
  2.                                     File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  3.                                                                                                                                                                                "__main__", fname, loader, pkg_name)
  4.          File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
  5.                                                                                                                                          exec code in run_globals
  6.                                                                                                                                                                    File "/Users/coreyja/Projects/python-console-snake/snake/__main__.py", line 26, in <module>
  7.                                                       run()
  8.                                                              File "/Users/coreyja/Projects/python-console-snake/snake/__main__.py", line 21, in run
  9.                                                                                                                                                        gameloop.start()
  10.                                                                                                                                                                          File "snake/gameloop.py", line 45, in start
  11.             init()
  12.                     File "snake/gameloop.py", line 64, in init
  13.                                                                   graphics.drawGame()
  14.                                                                                        File "snake/graphics.py", line 86, in drawGame
  15.                                                                                                                                          drawBorders()
  16.                                                                                                                                                         File "snake/graphics.py", line 107, in drawBorders
  17.                                                                                                                                                                                                               drawTile(x, y_top - 1, tile_h, color)
  18.                                          File "snake/graphics.py", line 16, in drawTile
  19.                                                                                            screen.addstr(y, x, tile, color)
  20.                                                                                                                            _curses.error: addstr() returned ERR
Advertisement
Add Comment
Please, Sign In to add comment