unfortunatelly i solved this using sage2.5 for now. i was called for a
presentation tomorrow.and had to get things running in a new laptop
today.

For the Pyaudiolab, you found it right, William,
http://www.ar.media.kyoto-u.ac.jp/members/david/softwares/pyaudiolab/

well, Pyaudiolab is a little module to do fast write/read sound files
from/to numpy arrays. _Very_  usefull for audio experimentation within
Numpy/Scipy and so within SAGE. It supports a bunch of sound formats,
indeed all that libsndfile supports. I've heard of matlab functions
that does the same as pyaudiolb.

Thanks, cheers, best and ciao,
gk

On 8/27/07, William Stein <[EMAIL PROTECTED]> wrote:
>
> On 8/27/07, Green Kobold <[EMAIL PROTECTED]> wrote:
> > Hi Michel,
> >
> > New versions of SAGE are blind to /usr/lib???? Cant I set it different?
> >
>
> My understanding is that:
>
>    (1) SAGE just contains a Python interpreter that is like any
>         other Python 2.5.1 interpreter.
>
>    (2) The current version of SAGE is no more or less "blind" to
>         /usr/lib than any previous version, except to the extent that
>         distutils is different -- perhaps because of changes in Python
>         or numpy.
>
> I'm not 100% sure I understand your question above, but it seems
> like you are trying to build a Python package pyaudiolab- 0.6.7
> into SAGE-2.8.2:
> http://www.ar.media.kyoto-u.ac.jp/members/david/softwares/pyaudiolab/
>
>  You (should do)
>       path/to/sage -python setup.py install
> then if that doesn't work because of missing dependencies, you
> usually have to either tell setup.py where those dependencies are
> or possibly explicitly pass options in via the CFLAGS environmnet
> variable.   Doing
>      path/to/sage -python setup.py help
> might help.  Reading setup.py might also help.   If nothing helps,
> please post again about how cool pyaudiolab is, and possibly
> somebody else will really want to install it and make it into an optional
> SAGE package.
>
> William
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to