Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #70105 > unrolled thread
| Started by | dieter <dieter@handshake.de> |
|---|---|
| First post | 2014-04-11 08:20 +0200 |
| Last post | 2014-04-11 08:20 +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.
Re: so module loading fails dieter <dieter@handshake.de> - 2014-04-11 08:20 +0200
| From | dieter <dieter@handshake.de> |
|---|---|
| Date | 2014-04-11 08:20 +0200 |
| Subject | Re: so module loading fails |
| Message-ID | <mailman.9177.1397197241.18130.python-list@python.org> |
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").
Back to top | Article view | comp.lang.python
csiph-web