[Eric] 4.0.3 loop in shell window
Tom Brown
brown at esteem.com
Wed Oct 3 18:46:10 BST 2007
Hi,
I just started playing with Eric. First started with 4.0.1 and it worked fine.
I just downloaded 4.0.3 and installed it. When I open it up, I see the errors
below continually being dumped to the shell window. The errors continue to be
dumped until I open a project. I am running debian sarge.
Thanks,
Tom
Traceback (most recent call last):
File
"/usr/local/lib/python2.5/site-packages/eric4/DebugClients/Python/DebugClient.py",
line 38, in <module>
debugClient.main()
File
"/usr/local/lib/python2.5/site-packages/eric4/DebugClients/Python/DebugClientBase.py",
line 1869, in main
self.__interact()
File
"/usr/local/lib/python2.5/site-packages/eric4/DebugClients/Python/DebugClientBase.py",
line 877, in __interact
self.eventLoop()
File
"/usr/local/lib/python2.5/site-packages/eric4/DebugClients/Python/DebugClientBase.py",
line 897, in eventLoop
self.readReady(self.readstream.fileno())
File
"/usr/local/lib/python2.5/site-packages/eric4/DebugClients/Python/AsyncIO.py",
line 67, in readReady
self.handleLine(s)
File
"/usr/local/lib/python2.5/site-packages/eric4/DebugClients/Python/DebugClientBase.py",
line 695, in handleLine
self.__clientCapabilities()))
File
"/usr/local/lib/python2.5/site-packages/eric4/DebugClients/Python/DebugClientBase.py",
line 851, in __clientCapabilities
import PyProfile
File
"/usr/local/lib/python2.5/site-packages/eric4/DebugClients/Python/PyProfile.py",
line 12, in <module>
import profile
File "/usr/local/lib/python2.5/profile.py", line 40, in <module>
from optparse import OptionParser
File "/usr/local/lib/python2.5/optparse.py", line 84, in <module>
from gettext import gettext
File "/usr/local/lib/python2.5/gettext.py", line 49, in <module>
import locale, copy, os, re, struct, sys
File "copy.py", line 5, in <module>
srcName = argv[1]
IndexError: list index out of range
More information about the Eric
mailing list