[SciPy-user] [ANN] pysamplerate: available in scikits, as samplerate

Xavier Saint-Mleux saintmlx at apstat.com
Fri Jan 18 16:44:51 EST 2008


Hi David,

I just tried to install your samplerate package and it seems to have a 
bootstrap problem: setup.py tries to import  
scikits/samplerate/pysamplerate.py before actually building it.

e.g.:
Traceback (most recent call last):
  File "setup.py", line 26, in ?
    from scikits.samplerate.info import _C_SRC_MAJ_VERSION as 
SAMPLERATE_MAJ_VERSION
  File "[...]/scikits/trunk/samplerate/scikits/samplerate/__init__.py", 
line 6, in ?
    from pysamplerate import resample, converter_format
ImportError: No module named pysamplerate

Am I missing something?

Thanks,

Xavier Saint-Mleux


David Cournapeau wrote:
> Hi,
>
>     A quick announcement: pysamplerate is finally available in the 
> scikits as I said I would do for months; I changed the name to 
> samplerate. The only change since last time I touched it is the 
> conversion to setuptools (necessary for scikits).
>     samplerate is a really simple wrapper around SRC, to do high quality 
> audio resampling, and is licensed under the GPL.
>
>     cheers,
>
>     David
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>   




More information about the SciPy-User mailing list