Extra info that I forgot to mention:

- this is on linux (gentoo), amd64 system.
- the eric4 README says that, when compiling pyqt, I have to make sure the Qsci module is included. I don't see this when compiling PyQt. How can I make sure that PyQt includes the Qsci module? Or is the README wrong? - of course I also compiled and installed QScintilla's python bindings. This generated a Qsci.so in the PyQt4 dir in site-packages. Is this the Qsci that is mentioned in the README (see above point)?
- this is on Python 2.5.

Hope this is enough info to tackle the problem.

Cheers,
Vincent.

Vincent Schut wrote:
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.
_______________________________________________
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric

_______________________________________________
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to