On Sonntag, 10. Januar 2010, z wrote: > 2010/1/9 detlev <[email protected]>: > > Hi, > > > > I just uploaded eric 4.4.0. This is a major release, which introduces > > some new functionality. The most prominent new features are these. > > > > - added a Python3 compatible debugger and a respective project type > > - improved debugger support > > -- added a thread list viewer to the debug viewer > > -- added support for forking to the Python debuggers > > (follow child or parent) > > -- added code for handling infinite recursions to the Python debuggers > > - changed the help viewer to a full blown web browser (based on QWebkit) > > - added the SQL Browser tool to inspect databases > > - added a little icon editor tool > > - added additional translations > > - removed Qt3 support from eric4 > > - a lot of other changes > > > > For more details please see the changelog file. > > > > The new release is available via the eric4 web site. > > > > http://eric-ide.python-projects.org/index.html > > > > Regards, > > Detlev > > -- > > Detlev Offenbach > > [email protected] > > _______________________________________________ > > PyQt mailing list [email protected] > > http://www.riverbankcomputing.com/mailman/listinfo/pyqt > > Hi. > is there any way to overcome this: > # ./eric4 > Traceback (most recent call last): > File "/usr/lib64/python2.6/site-packages/eric4/eric4.py", line 60, in > <module> from KdeQt.KQApplication import KQApplication > File "/usr/lib64/python2.6/site-packages/eric4/KdeQt/__init__.py", > line 20, in <module> > import Preferences > File "/usr/lib64/python2.6/site-packages/eric4/Preferences/__init__.py", > line 25, in <module> > from PyQt4 import Qsci > RuntimeError: the sip module implements API v6.0 but the PyQt4.Qsci > module requires API v5.0 > ######## > without downgrading to older SIP? > _______________________________________________ > PyQt mailing list [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt >
Yes there is. Just regenerate the QScintilla Python bindings. Detlev -- Detlev Offenbach [email protected] _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
