[IronPython] IronPython and Swig

Lyle Thompson LThompson at ixiacom.com
Wed Jul 26 02:42:00 CEST 2006


Hi All,

I have a C++ DLL that I wrapped with Swig. Inside the python wrapper it
imports the DLL, i.e. "import _myDll". In IronPython, I get the error: 

ImportError: No Module named _myDll. 

I have made sure that the directory with my DLL is in both my PATH and
PYTHONPATH. 

Does IronPython not support this usage of the import statement?

Thanks,
Lyle




More information about the Ironpython-users mailing list