Re: [Cython] ImportError: DLL load failed: The specified module could not be found.

2011-10-21 Thread Adrian Martínez Vargas
I'm 90% sure that the problem is that the pyd file is not registered (it works if I put the module in my working directory). I'm trying to registered in windows 7 with regsvr32 but don't work. I need HELP guys! Regards Adrian On 19/10/2011 12:45 PM, Alexander T. Berghage wrote: Adrian I'm

Re: [Cython] ImportError: DLL load failed: The specified module could not be found.

2011-10-20 Thread Adrian Martínez Vargas
Dear Alexander and cython list, the same question, different approach a) I compiled and installed my python module with these two commands C:\Temporal\source\Cython_ext> python OK_setup_windows.py build_ext C:\Temporal\source\Cython_ext> python OK_setup_windows.py install b) Testing my module i

[Cython] ImportError: DLL load failed: The specified module could not be found.

2011-10-19 Thread Adrian Martínez Vargas
Hi cython list, I am having problems to distribute a python module for windows (written with cython). It compile ok with mingw (installed with but when I import the module in python I get this error ImportError: DLL load failed: The specified module could not be found. I guess that some wher

[Cython] how to get a double** from np.ndarray[double, ndim=2]

2011-09-05 Thread Adrian Martínez Vargas
python the responsibility of managing the memory. Regards Adrian Martínez Vargas ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel