|
From: Vladimir S. <sir...@fn...> - 2001-05-23 18:27:10
|
Hi, How can I import into jython compiled extension module, in my case casic.dll (or casic.pyd) ? I use Windows NT and build that module with SWIG. I have this file in my working directory where I run jython from. When I try to import it, I got: D:\MyJava\python>jython Jython 2.1a1 on java1.3.1 (JIT: null) Type "copyright", "credits" or "license" for more information. >>> import casic Traceback (innermost last): File "<console>", line 1, in ? ImportError: no module named casic Thanks, Vladimir |