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

_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to