[Eric] problem running eric4
Vincent Schut
schut at sarvision.nl
Tue Oct 31 08:28:00 GMT 2006
Hi,
I'm trying to get eric4 up and running. I have installed Qt-4.2.0, the
latest sip snapshot, the latest PyQt4 snapshot, the latest QScintilla
snapshot, and the latest eric4 snapshot.
Everything compiled and installed OK.
However, when trying to launch eric4, I get the following error:
Warning: translation file 'qt_en_US'could not be loaded.
Using default.
Warning: translation file 'eric4_en_US'could not be loaded.
Using default.
Warning: translation file 'qscintilla_en_US'could not be loaded.
Using default.
Traceback (most recent call last):
File "/usr/lib64/python2.5/site-packages/eric4/eric4.py", line 155, in
<module>
main()
File "/usr/lib64/python2.5/site-packages/eric4/eric4.py", line 140, in
main
mw = UserInterface(loc, splash)
File "/usr/lib64/python2.5/site-packages/eric4/UI/UserInterface.py",
line 229, in __init__
self.__createLayout(debugServer)
File "/usr/lib64/python2.5/site-packages/eric4/UI/UserInterface.py",
line 631, in __createLayout
self.shell = Shell(debugServer, self.viewmanager, self.shellDock)
File "/usr/lib64/python2.5/site-packages/eric4/QScintilla/Shell.py",
line 41, in __init__
QsciScintillaCompat.__init__(self, parent)
File
"/usr/lib64/python2.5/site-packages/eric4/QScintilla/QsciScintillaCompat.py",
line 52, in __init__
QsciScintilla.__init__(self, parent)
TypeError: argument 1 of QsciScintilla() has an invalid type
Can someone give me a hint what I've done wrong?
Cheers,
Vincent.
More information about the Eric
mailing list