so module loading fails

Eddy Ilg me at eddy-ilg.net
Sat Apr 12 02:37:20 EDT 2014


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 <me at 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").
>




More information about the Python-list mailing list