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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to