[PyKDE] Resp.: eric3 still not working with recent PyQt and sip snapshots

Douglas Andrade dsandrade at gmail.com
Sat Dec 31 13:27:26 GMT 2005


It is not working to me. Here is the message:

[douglas at ressonance ~]$ eric3
Warning: translation file 'qt_en_US'could not be loaded.
Using default.
Warning: translation file 'eric3_en_US'could not be loaded.
Using default.
Warning: translation file 'qscintilla_en_US'could not be loaded.
Using default.
RuntimeError: maximum recursion depth exceeded
RuntimeError: maximum recursion depth exceeded
RuntimeError: maximum recursion depth exceeded

Im using QextScintilla snapshot and eric3 snapshot.

2005/12/31, Andreas Pakulat <apaku at gmx.de>:
> On 31.12.05 11:35:27, Andreas Pakulat wrote:
> > eric3 unfortunately still is not working with Python 2.3.5 and latest
> > snapshots from sip and PyQt. It starts and there are no messages in the
> > xterm, but when creating a new file I don't get an editor - the area for
> > the editor is left grey and it seems paint events on that area don't get
> > executed (i.e. if menus are overlapping it, they stay after closing the
> > menu).
>
> Actually, the python version was 2.4.2 not 2.3.5.
>
> With 2.3.5 I get the already mentioned error about QextScintilla
>
> andreas at morpheus:~>eric3
> Traceback (most recent call last):
>   File "/home/andreas/python2.3/lib/python2.3/site-packages/eric3/eric3.py",
> line 137, in ?
>     main()
>   File "/home/andreas/python2.3/lib/python2.3/site-packages/eric3/eric3.py",
> line 123, in main
>     mw = UserInterface(loc, splash)
>   File
> "/home/andreas/python2.3/lib/python2.3/site-packages/eric3/UI/UserInterface.py",
> line 192, in __init__
>     self.createLayout(dbs)
>   File
> "/home/andreas/python2.3/lib/python2.3/site-packages/eric3/UI/UserInterface.py",
> line 553, in createLayout
>     self.shell = Shell(dbs, self.viewmanager, self.hSplitter2)
>   File
> "/home/andreas/python2.3/lib/python2.3/site-packages/eric3/QScintilla/Shell.py",
> line 41, in __init__
>     QextScintillaCompat.__init__(self,parent)
>   File
> "/home/andreas/python2.3/lib/python2.3/site-packages/eric3/QScintilla/QextScintillaCompat.py",
> line 55, in __init__
>     self.clearStyles()
>   File
> "/home/andreas/python2.3/lib/python2.3/site-packages/eric3/QScintilla/QextScintillaCompat.py",
> line 103, in clearStyles
>     QextScintilla.STYLE_DEFAULT, colorGroup.text())
> TypeError: argument 3 of QextScintillaBase.SendScintilla() has an invalid
> type
>
> Andreas
>
> --
> You will be imprisoned for contributing your time and skill to a bank
> robbery.
>
> _______________________________________________
> PyKDE mailing list    PyKDE at mats.imk.fraunhofer.de
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
>




More information about the PyQt mailing list