[PyQt] ANN: eric 4.4.0 released

z zoomer.gm at gmail.com
Sun Jan 10 14:13:35 GMT 2010


2010/1/9 detlev <detlev at die-offenbachs.de>:
> 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
> detlev at die-offenbachs.de
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> 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?


More information about the PyQt mailing list