Closed
Description
I had bpython crash on me while I was up arrowing through my history within the interpreter this morning. I wish I could show you what I was actually doing python wise, but that is no longer available to me. All I was doing at the time was working with the boto library (for ec2).
I'm on Mac OSX 10.6.2
Here's the stack trace:
#!python
whaley@sunspot ~]
> bpython
Traceback (most recent call last):
File "/usr/local/bin/bpython", line 8, in <module>
load_entry_point('bpython==0.9.5.2', 'console_scripts', 'bpython')()
File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 2309, in main
locals_)
File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 2175, in curses_wrapper
return func(stdscr, *args, **kwargs)
File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 2238, in main_curses
repl.repl()
File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 1219, in repl
inp = self.get_line()
File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 1863, in get_line
if self.p_key(key) is None:
File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 1509, in p_key
self.fwd()
File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 1116, in fwd
self.scr.move(y, 0)
_curses.error: wmove() returned ERR
You have mail in /var/mail/whaley
- Bitbucket: https://bitbucket.org/bobf/bpython/issue/113
- Originally Reported By: Jason Whaley
- Originally Created At: 2010-03-31T13:09:33.665