I wanted to install libsvm for python in windows. I copied the libsvm.dll to the system32 folder in c:\Windows and I don't know to how to install the module later. I tried to copy the svm.py and svmutil.py into the C:\Python27\Scripts folder but when I do
import svm
I get the following error.
File "C:\Python27\Scripts\svm.py", line 22, in <module>
Exception: LIBSVM library not found.
Thanks ...