[python-win32] SystemError: _PyImport_FixupExtension ?

Jim Vickroy Jim.Vickroy@noaa.gov
Wed, 17 Apr 2002 12:30:31 -0600


Hello,

I have built a DLL extension module (C_API.pyd) and placed it in
Lib/site-packages/RSI_IDL.

Here is what happens when I attempt to import it:

>>> import RSI_IDL.C_API
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
SystemError: _PyImport_FixupExtension: module RSI_IDL.C_API not loaded
>>>

Any ideas what is wrong?

Thanks,

-- jv

P.S.
 I using Python 2.2 on a Win2k computer.