Hi,
The installer can't find python. I'm guessing this is because the 32bit installer is having issues finding 64bit Python? I've tried copying the contents of C:\Python27\Lib\site-packages\mlpy (installed on my 32 local machine) into the same location on the 64 bit machine, but, when I import mlpy I get the following error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "T:\Program Files\Python\lib\site-packages\mlpy\__init__.py", line 18, in
<module>
import gsl
ImportError: DLL load failed: %1 is not a valid Win32 application.
>>>
I tried installing gsl 1.15 but that didn't seem to do the trick either. I'm sort of stuck. The last option on my plate best I can tell is to uninstall the 64bit python and install a 32bit version.
(also, I tried installing from the uncompiled files after installing MinGW but I ran into GCC errors so I sort of gave up on that)
Any help would be awesome.
- Joe