New to Python and SVM packages. I am currently using Python 2.7 and I have installed libsvm-3.14. However I am getting an error below.
Does anyone know what does this mean?
Traceback (most recent call last):
File "C:\Users\PC\Desktop\Python27\MyProject\src\Main.py", line 12, in <module>
from Classifier.svm import *
File "C:\Users\PC\Desktop\Python27\MyProject\src\Classifier\svm.py", line 14, in <module>
libsvm = CDLL('../windows/libsvm.dll')
File "C:\Python27\lib\ctypes\__init__.py", line 365, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] The specified module could not be found