[python-win32] Re: Extension and local data on win32

Robert Olson olson@mcs.anl.gov
Mon, 11 Nov 2002 15:14:21 -0600


At 09:29 PM 11/11/2002 +0100, Thomas Heller wrote:

>If I understand your problem correctly, you should change your code
>so that this library is only linked into *one* extension.
>If you need more than one extension module, you should probably
>export some interface to the library from the first extension,
>and use this from the other extensions.

Hm, I've looked into doing that as well; looks like quite a tedious job, 
sigh. Can one extension have multiple modules defined in it? (this is 
swig-generated code).

thanks,
--bob