ValueError: PyCapsule_GetPointer called with incorrect name

Patrick Stinson <[email protected]> Thu, 23 Apr 2020 22:10:12 -0800
Newsgroups gmane.comp.python.pyqt-pykde
Message-ID <[email protected]>
When I import my sip extension module (named “_pkdiagram”) on windows I get the following error:


C:\Users\patrick\Desktop\familydiagram\_pkdiagram>python -c "import _pkdiagram"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
SystemError: initialization of _pkdiagram failed without raising an exception


Turns out the mod init function fails without setting an exception when it can’t find "_C_API" on the sip module - the call returns null.

sip_capiobj = PyDict_GetItemString(PyModule_GetDict(sip_sipmod), "_C_API");

Any ideas?

Thanks!
-Patrick

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