[SciPy-User] Audiolab on Py2.6

Christopher Brown c-b at asu.edu
Mon Oct 26 14:04:22 EDT 2009


Thanks for the suggestion. However, audiolab didn't need it installed on 
Python 2.5. I also see the file _sndfile.dll in the audiolab folder, 
which I assume contains the sndfile code (it is ~3.5mb).

I installed it anyway, and I copied the dll into the audiolab folder, 
but the error persists. Any other suggestions?

On 10/26/2009 12:00 PM, Fabrice Silva wrote:
> Le lundi 26 octobre 2009 à 10:39 -0700, Christopher Brown a écrit :
>    
>>>> from scikits import audiolab
>>>>          
> Traceback (most recent call last):
>     File "C:\Python26\lib\site-packages\scikits\audiolab\__init__.py", line 25, in<module>
>       from pysndfile import formatinfo, sndfile
>     File "C:\Python26\lib\site-packages\scikits\audiolab\pysndfile\__init__.py", line 1, in<module>
>       from _sndfile import Sndfile, Format, available_file_formats, available_encodings
> ImportError: DLL load failed: The specified procedure could not be found.
>
> Make sure you have sndfile installed
> http://www.mega-nerd.com/libsndfile/
>
>
>    




More information about the SciPy-User mailing list