Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #70180 > unrolled thread

Re: so module loading fails

Started byEddy Ilg <me@eddy-ilg.net>
First post2014-04-12 08:37 +0200
Last post2014-04-12 08:37 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: so module loading fails Eddy Ilg <me@eddy-ilg.net> - 2014-04-12 08:37 +0200

#70180 — Re: so module loading fails

FromEddy Ilg <me@eddy-ilg.net>
Date2014-04-12 08:37 +0200
SubjectRe: so module loading fails
Message-ID<mailman.9223.1397289278.18130.python-list@python.org>
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@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").
>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web