so module loading fails

dieter dieter at handshake.de
Fri Apr 11 02:20:25 EDT 2014


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