[Ipython-tickets] [IPython] #142: Exception with normal usage (v0.8.0)

IPython ipython-tickets@scipy....
Wed Apr 11 01:46:09 CDT 2007


#142: Exception with normal usage (v0.8.0)
--------------------------+-------------------------------------------------
 Reporter:  martinpaljak  |       Owner:  fperez
     Type:  defect        |      Status:  new   
 Priority:  normal        |   Milestone:        
Component:  ipython       |     Version:        
 Severity:  normal        |    Keywords:        
--------------------------+-------------------------------------------------
 {{{
 In [24]: lib.listReaders()
 ERROR: Internal Python error in the inspect module.
 Below is the traceback from this internal error.

 Traceback (most recent call last):
   File "/Users/martin/Library/Python/2.5/site-
 packages/ipython-0.8.0-py2.5.egg/IPython/ultraTB.py", line 491, in text
     records = _fixed_getinnerframes(etb, context,self.tb_offset)
   File "/Users/martin/Library/Python/2.5/site-
 packages/ipython-0.8.0-py2.5.egg/IPython/ultraTB.py", line 124, in
 _fixed_getinnerframes
     records  = inspect.getinnerframes(etb, context)
   File
 "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/inspect.py",
 line 862, in getinnerframes
     framelist.append((tb.tb_frame,) + getframeinfo(tb, context))
   File
 "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/inspect.py",
 line 826, in getframeinfo
     lines, lnum = findsource(frame)
   File
 "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/inspect.py",
 line 495, in findsource
     if pat.match(lines[lnum]): break
 IndexError: list index out of range

 Unfortunately, your original traceback can not be constructed.
 }}}

 This happens with PyCSC.

 Also, you could either delete the dummy 1.0 and 2.0 versions from trac or
 add common versions of other software..

-- 
Ticket URL: <http://projects.scipy.org/ipython/ipython/ticket/142>
IPython <http://ipython.scipy.org>
The IPython interactive Python system


More information about the Ipython-tickets mailing list