Skip to content

Instantly share code, notes, and snippets.

@minimal
Created January 21, 2010 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minimal/282900 to your computer and use it in GitHub Desktop.
Save minimal/282900 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/chris/devel/envs/tg2env/bin/bpython", line 8, in <module>
load_entry_point('bpython==0.9.6.2', 'console_scripts', 'bpython')()
File "/home/chris/devel/envs/tg2env/lib/python2.6/site-packages/bpython-0.9.6.2-py2.6.egg/bpython/cli.py", line 1594, in main
banner=banner)
File "/home/chris/devel/envs/tg2env/lib/python2.6/site-packages/bpython-0.9.6.2-py2.6.egg/bpython/cli.py", line 1496, in curses_wrapper
return func(stdscr, *args, **kwargs)
File "/home/chris/devel/envs/tg2env/lib/python2.6/site-packages/bpython-0.9.6.2-py2.6.egg/bpython/cli.py", line 1562, in main_curses
repl.repl()
File "/home/chris/devel/envs/tg2env/lib/python2.6/site-packages/bpython-0.9.6.2-py2.6.egg/bpython/cli.py", line 937, in repl
inp = self.get_line()
File "/home/chris/devel/envs/tg2env/lib/python2.6/site-packages/bpython-0.9.6.2-py2.6.egg/bpython/cli.py", line 546, in get_line
if self.p_key(key) is None:
File "/home/chris/devel/envs/tg2env/lib/python2.6/site-packages/bpython-0.9.6.2-py2.6.egg/bpython/cli.py", line 721, in p_key
self.bs()
File "/home/chris/devel/envs/tg2env/lib/python2.6/site-packages/bpython-0.9.6.2-py2.6.egg/bpython/cli.py", line 297, in bs
self.clear_wrapped_lines()
File "/home/chris/devel/envs/tg2env/lib/python2.6/site-packages/bpython-0.9.6.2-py2.6.egg/bpython/cli.py", line 344, in clear_wrapped_lines
self.scr.move(y, 0)
_curses.error: wmove() returned ERR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment