Public bug reported:

Binary package hint: python-qt3

PyQt v3.17.x is incompatible with SIP v4.8

PyQt v3.18 is compatible but requires tiny patch for Python 2.4-2.5:

--- python-qt3-3.18.orig/sip/qt/qobject.sip     2009-06-05 10:58:25.000000000 
+0200
+++ python-qt3-3.18/sip/qt/qobject.sip  2009-06-10 08:22:10.000000000 +0200
@@ -1650,6 +1650,6 @@
        // expected because QWidget destroys its children before emitting the
        // destroyed signal.)
-       if (tx && PyObject_TypeCheck(tx, (PyTypeObject *)sipClass_QObject))
+       if (tx && PyObject_TypeCheck(reinterpret_cast<PyObject*>(tx), 
(PyTypeObject *)sipClass_QObject))
                qtx = reinterpret_cast<QObject *>(conn.sc_transmitter);

        return new UniversalSlot(qtx, &conn, member);

** Affects: python-qt3 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
python-qt3 must be upgraded in Karmic Koala
https://bugs.launchpad.net/bugs/385488
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to