Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 2.60 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. **********************************************************************
  2. Oops, ipython crashed. We do our best to make it stable, but...
  3.  
  4. A crash report was automatically generated with the following information:
  5.   - A verbatim copy of the crash traceback.
  6.   - A copy of your input history during this session.
  7.   - Data on your current ipython configuration.
  8.  
  9. It was left in the file named:
  10.         'C:\Users\jstenar\.ipython\Crash_report_ipython.txt'
  11. If you can email this file to the developers, the information in it will help
  12. them in understanding and correcting the problem.
  13.  
  14. You can mail it to: Fernando Perez at fperez.net@gmail.com
  15. with the subject 'ipython Crash Report'.
  16.  
  17. If you want to do it now, the following command will work (under Unix):
  18. mail -s 'ipython Crash Report' fperez.net@gmail.com < C:\Users\jstenar\.ipython\
  19. Crash_report_ipython.txt
  20.  
  21. To ensure accurate tracking of this issue, please file a report about it at:
  22. http://github.com/ipython/ipython/issues
  23.  
  24. Readline internal error
  25. Traceback (most recent call last):
  26.   File "c:\python\external\pyreadline-trunk\pyreadline\console\console.py", line
  27.  691, in hook_wrapper_23
  28.     res = ensure_str(readline_hook(prompt))
  29.   File "c:\python\external\pyreadline-trunk\pyreadline\rlmain.py", line 567, in
  30. readline
  31.     self._readline_from_keyboard()
  32.   File "c:\python\external\pyreadline-trunk\pyreadline\rlmain.py", line 532, in
  33. _readline_from_keyboard
  34.     if self._readline_from_keyboard_poll():
  35.   File "c:\python\external\pyreadline-trunk\pyreadline\rlmain.py", line 552, in
  36. _readline_from_keyboard_poll
  37.     result = self.mode.process_keyevent(event.keyinfo)
  38.   File "c:\python\external\pyreadline-trunk\pyreadline\modes\emacs.py", line 242
  39. , in process_keyevent
  40.     r = self.process_keyevent_queue[-1](keyinfo)
  41.   File "c:\python\external\pyreadline-trunk\pyreadline\modes\emacs.py", line 285
  42. , in _process_keyevent
  43.     r = dispatch_func(keyinfo)
  44.   File "c:\python\external\pyreadline-trunk\pyreadline\modes\basemode.py", line
  45. 255, in complete
  46.     completions = self._get_completions()
  47.   File "c:\python\external\pyreadline-trunk\pyreadline\modes\basemode.py", line
  48. 198, in _get_completions
  49.     r = ensure_unicode(self.completer(text, i))
  50.   File "c:\python\external\ipython\IPython\core\completer.py", line 864, in rlco
  51. mplete
  52.     self.complete(text, line_buffer, cursor_pos)
  53.   File "c:\python\external\ipython\IPython\core\completer.py", line 795, in comp
  54. lete
  55.     sys.excepthook(*sys.exc_info())
  56.   File "c:\python\external\ipython\IPython\core\crashhandler.py", line 157, in _
  57. _call__
  58.     raw_input("Hit <Enter> to quit this message (your terminal may close):")
  59. RuntimeError: can't re-enter readline