Hi,

I installed this external python package in sage 2.5.0.2, but 2.8.2 seems to
be blind to my /usr/lib /usr/include

[EMAIL PROTECTED]:~/Desktop/packages/pyaudiolab-0.6.7$
../framework/sage-2.8.2/sage
setup.py install
sndfile_info:
  libraries sndfile not found in /lib
  NOT AVAILABLE

Traceback (most recent call last):
  File "setup.py", line 150, in <module>
    setup(configuration=configuration)
  File 
"/home/ref/Desktop/packages/framework/sage-2.8.2/local/lib/python2.5/site-packages/numpy/distutils/core.py",
line 144, in setup
    config = configuration()
  File "setup.py", line 110, in configuration
    headername  = sf_config['fullheadloc']
KeyError: 'fullheadloc'
sage: Error running setup.py using Python

this was the output i got with 2.5.0.2, that is, it found what it needed in
/usr and installed things right:

[EMAIL PROTECTED]:~/Desktop/packages/pyaudiolab-0.6.7$ ../sage_Backup/sage
setup.py install
sndfile_info:
  libraries sndfile not found in
/home/ref/Desktop/packages/sage_Backup/local/lib
  libraries sndfile not found in /usr/local/lib
  FOUND:
    libraries = ['sndfile']
    library_dirs = ['/usr/lib']
    fulllibloc = /usr/lib/libsndfile.so.1
    fullheadloc = /usr/include/sndfile.h
    include_dirs = ['/usr/include']

running install
running build
running config_fc
running build_py
copying ./pysndfile.py -> build/lib/pyaudiolab
running install_lib
copying build/lib/pyaudiolab/pysndfile.py ->
/home/ref/Desktop/packages/sage_Backup/local/lib/python2.5/site-packages/pyaudiolab
byte-compiling
/home/ref/Desktop/packages/sage_Backup/local/lib/python2.5/site-packages/pyaudiolab/__init__.py
to __init__.pyc
byte-compiling
/home/ref/Desktop/packages/sage_Backup/local/lib/python2.5/site-packages/pyaudiolab/audiolab.py
to audiolab.pyc
byte-compiling
/home/ref/Desktop/packages/sage_Backup/local/lib/python2.5/site-packages/pyaudiolab/blop.py
to blop.pyc
byte-compiling
/home/ref/Desktop/packages/sage_Backup/local/lib/python2.5/site-packages/pyaudiolab/generate_const.py
to generate_const.pyc
byte-compiling
/home/ref/Desktop/packages/sage_Backup/local/lib/python2.5/site-packages/pyaudiolab/header_parser.py
to header_parser.pyc
byte-compiling
/home/ref/Desktop/packages/sage_Backup/local/lib/python2.5/site-packages/pyaudiolab/info.py
to info.pyc
byte-compiling
/home/ref/Desktop/packages/sage_Backup/local/lib/python2.5/site-packages/pyaudiolab/pyaudioio.py
to pyaudioio.pyc
byte-compiling
/home/ref/Desktop/packages/sage_Backup/local/lib/python2.5/site-packages/pyaudiolab/pysndfile.py
to pysndfile.pyc
running install_data
running install_egg_info
Removing
/home/ref/Desktop/packages/sage_Backup/local/lib/python2.5/site-packages/pyaudiolab-
0.6.7-py2.5.egg-info
Writing
/home/ref/Desktop/packages/sage_Backup/local/lib/python2.5/site-packages/pyaudiolab-
0.6.7-py2.5.egg-info

Can anyone help me on this?
thanks in advance,
gk

--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to