Re: ANN: eric4 4.0.0 release
François Wautier <
eric@...>
2007-06-05 14:51:05 GMT
Detlev,
Thanks.
I had installed PyQt4 the standard Gentoo way, using "emerge". I unmasked 4.2
and emerge'd it. To be on the safe side, I also reinstalled QScintilla.
I can now see the splash logo... but it then crash
Here is the log file produced
======%<=============%<================
--------------------------------------------------------------------------------
2007-06-05, 08:40:25
--------------------------------------------------------------------------------
exceptions.TypeError:
argument 1 of QsciScintilla() has an invalid type
--------------------------------------------------------------------------------
File "/usr/lib64/python2.4/site-packages/eric4/eric4.py", line 228, in ?
main()
File "/usr/lib64/python2.4/site-packages/eric4/eric4.py", line 207, in main
mw = UserInterface(loc, splash)
File "/usr/lib64/python2.4/site-packages/eric4/UI/UserInterface.py", line
223, in __init__
self.__createLayout(debugServer)
File "/usr/lib64/python2.4/site-packages/eric4/UI/UserInterface.py", line
672, in __createLayout
self.shell = Shell(debugServer, self.viewmanager, self.shellDock)
File "/usr/lib64/python2.4/site-packages/eric4/QScintilla/Shell.py", line
42, in __init__
(Continue reading)