Windows 7 64bit libsvm und Python Fehler: Funktion 'svm_get_sv_indices' nicht korrekt

Ich arbeite unter Windows 7 (64 Bit). Ich habe Python 2.7.3 (32 Bit Version) und libsvm-3.13 installiert. Wenn ich versuche, eine einfache .py-Datei zu starten, die svmutil importiert, erhalte ich eine Fehlermeldung

C:\libsvm-3.13\python>python provade.py
Traceback (most recent call last):
File "provade.py", line 1, in <module>
from svmutil import *
File "C:\libsvm-3.13\python\svmutil.py", line 3, in <module>
from svm import *
File "C:\libsvm-3.13\python\svm.py", line 288, in <module>
fillprototype(libsvm.svm_get_sv_indices, None, [POINTER(svm_model), POINTER(c_int)])
File "C:\Python27\lib\ctypes\__init__.py", line 378, in __getattr__
func = self.__getitem__(name)
File "C:\Python27\lib\ctypes\__init__.py", line 383, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: function 'svm_get_sv_indices' not found

Die provade.py ist:

from svmutil import *

Ich habe die libsvm.dll-Datei bereits in das Verzeichnis C: \ windows \ system32 kopiert ...

Irgendwelche Vorschläge? Danke dir.

Antworten auf die Frage(1)

Ihre Antwort auf die Frage