Re: 2.5a1 import of .dlls

2006-04-18 Thread Thomas Heller
[EMAIL PROTECTED] wrote: > I've re-built an extension module (as a .dll) using the 2.5a1 release. > Unexpectedly, I'm not able to simply import it (not the way I can when > building it for 2.3). Using imp.load_dynamic() the import succeeds. > import minx # Implemented in a .dll - fails >

2.5a1 import of .dlls

2006-04-18 Thread sven . nystrom
I've re-built an extension module (as a .dll) using the 2.5a1 release. Unexpectedly, I'm not able to simply import it (not the way I can when building it for 2.3). Using imp.load_dynamic() the import succeeds. >>> import minx # Implemented in a .dll - fails Traceback (most recent call last):