vampy plugins cannot import "vampy"
Brought to you by:
cannam
"initvampy" doesn't seem to make it into the shared object, apparently preventing vampy from being imported.
Error message (via IPython) below:
ERROR: error importing source: PySpectralFeatures
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/home/brian/vamp/PySpectralFeatures.py in <module>()
16
17 from numpy import *
---> 18 from vampy import *
19
20 class PySpectralFeatures:
ImportError: dynamic module does not define init function (initvampy)
Warning: Syntax error in VamPy plugin: PySpectralFeatures. Avoiding plugin.