On 28.01.06 10:33:28, Phil Thompson wrote: > On Saturday 28 January 2006 10:20 am, Andreas Pakulat wrote: > > Hi, > > > > since upgrading to the latest PyQt4 snapshot I have an extremly weird > > problem here with my "plugins". > > Look in the implementation of connectSlotsByName() in qobjectdefs.sip for the > call to PyErr_Clear(). Move it to the "else" branch.
Ok, that fixed it. By the way: replacing the "==" comparison with "is" worked too. Andreas -- A long-forgotten loved one will appear soon. Buy the negatives at any price. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
