We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm running OS X, El Capitan, Terminal.app.
Traceback (most recent call last): File "term_display.py", line 108, in <module> curses.wrapper(__main__, projection) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/wrapper.py", line 43, in wrapper return func(stdscr, *args, **kwds) File "rotating_cube.py", line 94, in __main__ stdscr.addstr(0, 0, '{0}\n'.format(f)) _curses.error: addstr() returned ERR
I changed line 93 to: f = c.frame(-40, -40, 40, 40)
And it worked.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm running OS X, El Capitan, Terminal.app.
I changed line 93 to:
f = c.frame(-40, -40, 40, 40)
And it worked.
The text was updated successfully, but these errors were encountered: