ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.
Traceback (most recent call last):
File "/home/jbourbeau/cr-composition/.virtualenv/lib/python2.7/site-packages/IPython/core/ultratb.py", line 1132, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File "/home/jbourbeau/cr-composition/.virtualenv/lib/python2.7/site-packages/IPython/core/ultratb.py", line 313, in wrapped
return f(*args, **kwargs)
File "/home/jbourbeau/cr-composition/.virtualenv/lib/python2.7/site-packages/IPython/core/ultratb.py", line 358, in _fixed_getinnerframes
records = fix_frame_records_filenames(inspect.getinnerframes(etb, context))
File "/cvmfs/icecube.opensciencegrid.org/py2-v3/RHEL_7_x86_64/lib64/python2.7/inspect.py", line 1048, in getinnerframes
framelist.append((tb.tb_frame,) + getframeinfo(tb, context))
File "/cvmfs/icecube.opensciencegrid.org/py2-v3/RHEL_7_x86_64/lib64/python2.7/inspect.py", line 1008, in getframeinfo
filename = getsourcefile(frame) or getfile(frame)
File "/cvmfs/icecube.opensciencegrid.org/py2-v3/RHEL_7_x86_64/lib64/python2.7/inspect.py", line 450, in getsourcefile
if os.path.exists(filename):
File "/home/jbourbeau/cr-composition/.virtualenv/lib/python2.7/genericpath.py", line 26, in exists
os.stat(path)
KeyboardInterrupt
IndexErrorTraceback (most recent call last)
/home/jbourbeau/cr-composition/.virtualenv/lib/python2.7/site-packages/IPython/core/interactiveshell.pyc in run_code(self, code_obj, result)
2893 if result is not None:
2894 result.error_in_exec = sys.exc_info()[1]
-> 2895 self.showtraceback()
2896 else:
2897 outflag = 0
/home/jbourbeau/cr-composition/.virtualenv/lib/python2.7/site-packages/IPython/core/interactiveshell.pyc in showtraceback(self, exc_tuple, filename, tb_offset, exception_only)
1824 except Exception:
1825 stb = self.InteractiveTB.structured_traceback(etype,
-> 1826 value, tb, tb_offset=tb_offset)
1827
1828 self._showtraceback(etype, value, stb)
/home/jbourbeau/cr-composition/.virtualenv/lib/python2.7/site-packages/IPython/core/ultratb.pyc in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context)
1409 self.tb = tb
1410 return FormattedTB.structured_traceback(
-> 1411 self, etype, value, tb, tb_offset, number_of_lines_of_context)
1412
1413
/home/jbourbeau/cr-composition/.virtualenv/lib/python2.7/site-packages/IPython/core/ultratb.pyc in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context)
1317 # Verbose modes need a full traceback
1318 return VerboseTB.structured_traceback(
-> 1319 self, etype, value, tb, tb_offset, number_of_lines_of_context
1320 )
1321 else:
/home/jbourbeau/cr-composition/.virtualenv/lib/python2.7/site-packages/IPython/core/ultratb.pyc in structured_traceback(self, etype, evalue, etb, tb_offset, number_of_lines_of_context)
1202 structured_traceback_parts += formatted_exception
1203 else:
-> 1204 structured_traceback_parts += formatted_exception[0]
1205
1206 return structured_traceback_parts
IndexError: string index out of range