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 [email protected]
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/
-~----------~----~----~----~------~----~------~--~---