Even with python26 installed, it doesn't work.
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!
Program: C:\Users\...
R6034
An application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information.
---------------------------
OK   
---------------------------
Even with nothing in the plugins folder except vampy.dll, it still pops up a long list of errors if I do "sonic-annotator -l":
ERROR: error importing source: PySpectralFeatures
Traceback (most recent call last):
  File "C:\Program Files (x86)\Vamp Plugins\PySpectralFeatures.py", line 17, in <module>
    from numpy import *
  File "C:\Python26\Lib\site-packages\numpy\__init__.py", line 137, in <module>
    import add_newdocs
  File "C:\Python26\Lib\site-packages\numpy\add_newdocs.py", line 9, in <module>
    from numpy.lib import add_newdoc
  File "C:\Python26\Lib\site-packages\numpy\lib\__init__.py", line 4, in <module>
    from type_check import *
  File "C:\Python26\Lib\site-packages\numpy\lib\type_check.py", line 8, in <module>
    import numpy.core.numeric as _nx
  File "C:\Python26\Lib\site-packages\numpy\core\__init__.py", line 5, in <module>
    import multiarray
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.
Warning: Syntax error in VamPy plugin:  PySpectralFeatures. Avoiding plugin.
Is there any way to get this working?  Does anyone even use this?  The forum looks abandoned.