I'm getting the same problem in Python 2.4. Did you manage to solve it?
On May 13, 2:42 am, "noah.gift" <[EMAIL PROTECTED]> wrote: > Anyone have any problems withturbomailandtg-adminshellworking on > python2.5? I get this traceback: > > In [10]: message.plain = "Helloturbomailworld" > > In [11]:turbomail.enqueue(message) > ERROR: Internal Python error in the inspect module. > Below is the traceback from this internal error. > > Traceback (most recent call last): > File "/usr/local/lib/python2.5/site-packages/ipython-0.8.1-py2.5.egg/ > IPython/ultraTB.py", line 491, in text > records = _fixed_getinnerframes(etb, context,self.tb_offset) > File "/usr/local/lib/python2.5/site-packages/ipython-0.8.1-py2.5.egg/ > IPython/ultraTB.py", line 124, in _fixed_getinnerframes > records = inspect.getinnerframes(etb, context) > File "/usr/local/lib/python2.5/inspect.py", line 877, in > getinnerframes > framelist.append((tb.tb_frame,) + getframeinfo(tb, context)) > File "/usr/local/lib/python2.5/inspect.py", line 841, in > getframeinfo > lines, lnum = findsource(frame) > File "/usr/local/lib/python2.5/inspect.py", line 510, in findsource > if pat.match(lines[lnum]): break > IndexError: list index out of range > > Unfortunately, your original traceback can not be constructed. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

