Discussion:
[PyQt] Unable to run qtdemo.py : ValueError: PyCapsule
KanoriBull
2018-12-05 11:55:16 UTC
Permalink
Hi,
I have installed sip-4.19.13 and PyQt5_gpl-5.11.3 (by specifiying
./configure.py --sip <path>) on a Raspberry PI 3 from sources (no packages
found with apt or pip).
from PyQt5 import QtCore
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: PyCapsule_GetPointer called with incorrect name

How can I fixed it ? I've googled it but not found any solutions...

Thanks,
Kanori



--
Sent from: http://python.6.x6.nabble.com/PyQt-f1792048.html
_______________________________________________
PyQt mailing list ***@riverbankcomputing.com
https://www.riverbankcomput
Phil Thompson
2018-12-06 12:08:30 UTC
Permalink
Post by KanoriBull
Hi,
I have installed sip-4.19.13 and PyQt5_gpl-5.11.3 (by specifiying
./configure.py --sip <path>) on a Raspberry PI 3 from sources (no packages
found with apt or pip).
from PyQt5 import QtCore
File "<stdin>", line 1, in <module>
ValueError: PyCapsule_GetPointer called with incorrect name
How can I fixed it ? I've googled it but not found any solutions...
You haven't said how you have built sip. At a guess...

https://pyqt.readthedocs.io/en/latest/installation.html#downloading-sip

Phil
_______________________________________________
PyQt mailing list ***@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo

Loading...