[PyQt] SIP 4.10.5 does not support Python 3.2

Arfrever Frehtes Taifersar Arahesis arfrever.fta at gmail.com
Fri Jul 16 17:53:00 BST 2010


PyCObject-related functions are deprecated in Python 3.1 and removed in Python 3.2.

$ python3.1 -c 'import sip'
$ python3.2 -c 'import sip'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: /usr/lib64/python3.2/site-packages/sip.so: undefined symbol: PyCObject_FromVoidPtr
$

-- 
Arfrever Frehtes Taifersar Arahesis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100716/52c2bc8c/attachment.pgp>


More information about the PyQt mailing list