- **********************************************************************
- Oops, ipython crashed. We do our best to make it stable, but...
- A crash report was automatically generated with the following information:
- - A verbatim copy of the crash traceback.
- - A copy of your input history during this session.
- - Data on your current ipython configuration.
- It was left in the file named:
- 'C:\Users\jstenar\.ipython\Crash_report_ipython.txt'
- If you can email this file to the developers, the information in it will help
- them in understanding and correcting the problem.
- You can mail it to: Fernando Perez at fperez.net@gmail.com
- with the subject 'ipython Crash Report'.
- If you want to do it now, the following command will work (under Unix):
- mail -s 'ipython Crash Report' fperez.net@gmail.com < C:\Users\jstenar\.ipython\
- Crash_report_ipython.txt
- To ensure accurate tracking of this issue, please file a report about it at:
- http://github.com/ipython/ipython/issues
- Readline internal error
- Traceback (most recent call last):
- File "c:\python\external\pyreadline-trunk\pyreadline\console\console.py", line
- 691, in hook_wrapper_23
- res = ensure_str(readline_hook(prompt))
- File "c:\python\external\pyreadline-trunk\pyreadline\rlmain.py", line 567, in
- readline
- self._readline_from_keyboard()
- File "c:\python\external\pyreadline-trunk\pyreadline\rlmain.py", line 532, in
- _readline_from_keyboard
- if self._readline_from_keyboard_poll():
- File "c:\python\external\pyreadline-trunk\pyreadline\rlmain.py", line 552, in
- _readline_from_keyboard_poll
- result = self.mode.process_keyevent(event.keyinfo)
- File "c:\python\external\pyreadline-trunk\pyreadline\modes\emacs.py", line 242
- , in process_keyevent
- r = self.process_keyevent_queue[-1](keyinfo)
- File "c:\python\external\pyreadline-trunk\pyreadline\modes\emacs.py", line 285
- , in _process_keyevent
- r = dispatch_func(keyinfo)
- File "c:\python\external\pyreadline-trunk\pyreadline\modes\basemode.py", line
- 255, in complete
- completions = self._get_completions()
- File "c:\python\external\pyreadline-trunk\pyreadline\modes\basemode.py", line
- 198, in _get_completions
- r = ensure_unicode(self.completer(text, i))
- File "c:\python\external\ipython\IPython\core\completer.py", line 864, in rlco
- mplete
- self.complete(text, line_buffer, cursor_pos)
- File "c:\python\external\ipython\IPython\core\completer.py", line 795, in comp
- lete
- sys.excepthook(*sys.exc_info())
- File "c:\python\external\ipython\IPython\core\crashhandler.py", line 157, in _
- _call__
- raw_input("Hit <Enter> to quit this message (your terminal may close):")
- RuntimeError: can't re-enter readline