I found out it was an issue with SIP - the version tag seemed to be wrong.

Now another symbol is missing:
_ZN10QArrayData11shared_nullE

I can't find this symbol exported anywhere. Anyone knows where it is defined?



Am 11.04.2014 08:20, schrieb dieter:
Eddy Ilg <m...@eddy-ilg.net> writes:

...

Checking the symbols of Entity.so gives:
# nm Entity.so  | grep PyInit_Entity
0000000000001e5c t PyInit_Entity
When I remember right, "t" means a "local" (aka "static") symbol - you need
instead a "global" symbol (identified by "T").


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to