Re: so module loading fails

2014-04-12 Thread dieter
Eddy Ilg writes: > 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? It looks like a "C++" symbol. Python must be specia

Re: so module loading fails

2014-04-12 Thread Eddy Ilg
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 writes: ... Checking the

Re: so module loading fails

2014-04-10 Thread dieter
Eddy Ilg writes: > ... > > Checking the symbols of Entity.so gives: > # nm Entity.so | grep PyInit_Entity > 1e5c 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/ma

so module loading fails

2014-04-10 Thread Eddy Ilg
Hi, I am trying to get PyQt5 to work. I already posted on their list but with no luck and since the question is rather general I am reposting it here: I built my own module "Entity.so". Trying to import it yields the following error: Python 3.4.0 (default, Apr 8 2014, 22:02:32) [GCC 4.6.