Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Python import for 5.10 don't work

Date2008-12-31 11:42
Fromvictor
Subject[Csnd] Re: Python import for 5.10 don't work
Did you try finding where libcsnd.so.5.2 is and then using
ldconfig or the LD_LIBRARY_PATH environment variable?

Victor
----- Original Message ----- 
From: "Chuckk Hubbard" 
To: "Csound List" 
Sent: Wednesday, December 31, 2008 9:15 AM
Subject: [Csnd] Python import for 5.10 don't work


> For me, on 64 bit Debian, after $sudo scons install, this happens:
> ----------------------
> chuckk@unclejesse:~$ python
> Python 2.5.2 (r252:60911, Aug  6 2008, 09:17:29)
> [GCC 4.3.1] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import csnd
> Traceback (most recent call last):
>  File "", line 1, in 
>  File "/usr/lib/python2.5/csnd.py", line 7, in 
>    import _csnd
> ImportError: libcsnd.so.5.2: cannot open shared object file: No such
> file or directory
>
> ------------------------
>
> $ldd _csnd.so returns, among other normal things: libcsnd.so.5.2 => not 
> found
> But libcsnd.so.5.2 resides in /usr/local/lib
>
> I tried scons clean and rebuilding, and even deleting the directory
> and untarring the source again, since that solved it last time (I
> believe some files were not cleaned up after I tried a few
> configurations that failed due to dependencies I hadn't worked out),
> but too bad, so sad, it doesn't appear to have fixed it.  I did delete
> all installed files before rebuilding, by the way.
> Any ideas?
>
> -Chuckk
>
>
> -- 
> http://www.badmuthahubbard.com
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
> csound" 


Date2008-12-31 11:49
From"Chuckk Hubbard"
Subject[Csnd] Re: Re: Python import for 5.10 don't work
AttachmentsNone