On Monday 08 November 2004 19:20, Detlev Offenbach wrote: > Am Mittwoch, 3. November 2004 17:08 schrieb Thomas R.: > > Hi, > > > > after I updated qscintilla to version 1.4 I get the following error when > > starting Eric 3.5: > > > > Traceback (most recent call last): > > File "/usr/local/lib/python2.3/site-packages/eric3/eric3.py", line 118, > > in ? main() > > File "/usr/local/lib/python2.3/site-packages/eric3/eric3.py", line 104, > > in main > > mw = UserInterface(loc, splash) > > File "/usr/local/lib/python2.3/site-packages/UI/UserInterface.py", line > > 175, in __init__ > > File "/usr/local/lib/python2.3/site-packages/UI/UserInterface.py", line > > 533, in createLayout > > File "/usr/local/lib/python2.3/site-packages/QScintilla/Shell.py", line > > 118, in __init__ > > File "/usr/local/lib/python2.3/site-packages/QScintilla/Shell.py", line > > 198, in setTextDisplay > > AttributeError: setWrapMode > > > > With qscintilla 1.3 eric worked without problems. > > > > System: FreeBSD 5.3 RC2 > > Qt 3.3.3 > > QScintilla 1.4 > > sip 4.0.1 > > py-qt 3.12 > > python 2.3.4 > > > > > > Thomas > > Did you do an upgrade of PyQt as well? You always have to have > corresponding versions of QScintilla and PyQt. > > I have QScintilla 1.4 as well and over here it works ok. > > Detlev
I upgraded sip to 4.1.1 and pyQt to 3.13 and now it works again. Thomas _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
