Re: C extension modules in Python

2005-10-22 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Hello, > > I'vre written an extension module to accelarate some code i've made in > python with numarray. Then i compiled an linke d it with swig, my > problem is that when i make the import in my python code it gives me an > error: ImportError: libnumarray.so: cannot op

Re: C extension modules in Python

2005-10-22 Thread Alex Martelli
<[EMAIL PROTECTED]> wrote: > Hello, > > I'vre written an extension module to accelarate some code i've made in > python with numarray. Then i compiled an linke d it with swig, my > problem is that when i make the import in my python code it gives me an > error: ImportError: libnumarray.so: cannot

C extension modules in Python

2005-10-22 Thread luiscasanova
Hello, I'vre written an extension module to accelarate some code i've made in python with numarray. Then i compiled an linke d it with swig, my problem is that when i make the import in my python code it gives me an error: ImportError: libnumarray.so: cannot open shared object file: No such file o