Hi, I was able to reproduce the issue and reported it to Phil. According to his investigations, it seems to be a Python 2.7 bug.
--- Cite: It looks like a bug in PyCObject in Python 2.7 related to the backport of PyCapsule. Tonight's SIP snapshot uses PyCapsule instead of PyCObject when using 2.7 which seems to avoid the problem. I'll release a new version of SIP and a new 2.7 installer later in the week. --- All people using Python 2.7 and eric4 are required to updated to the latest version of sip once it is out. eric package maintainers should make their distribution make the update as well. Regards, Detlev On Mittwoch, 7. Juli 2010, Markos Chandras wrote: > Python-2.7 has been released but eric-4.4.6 seems to have some > problems with this python version. > > See downstream bug on Gentoo > > http://bugs.gentoo.org/show_bug.cgi?id=323955 > > Cheers, > > On Sun, Jul 4, 2010 at 11:44 AM, detlev <[email protected]> wrote: > > Hi, > > > > I just uploaded eric 4.4.6. It is a maintenance release fixing some bugs. > > It is available via the eric 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 > -- Detlev Offenbach [email protected] _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
