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
Traceback (most recent call last):
File "/usr/local/lib/python3.3/runpy.py", line 160, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/local/lib/python3.3/runpy.py", line 73, in _run_code
exec(code, run_globals)
File "snake/main.py", line 2, in
import graphics
File "snake/graphics.py", line 2, in
import stage
File "snake/stage.py", line 6, in
import themes
File "snake/themes.py", line 2, in
import curses
File "/usr/local/lib/python3.3/curses/init.py", line 13, in
from _curses import *
ImportError: No module named '_curses'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/local/lib/python3.3/runpy.py", line 160, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/local/lib/python3.3/runpy.py", line 73, in _run_code
exec(code, run_globals)
File "snake/main.py", line 2, in
import graphics
File "snake/graphics.py", line 2, in
import stage
File "snake/stage.py", line 6, in
import themes
File "snake/themes.py", line 2, in
import curses
File "/usr/local/lib/python3.3/curses/init.py", line 13, in
from _curses import *
ImportError: No module named '_curses'
The text was updated successfully, but these errors were encountered: