Menu

#6 vampy plugins cannot import "vampy"

open
nobody
None
5
2010-05-24
2010-05-24
No

"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.

Discussion


Log in to post a comment.