Csound Csound-dev Csound-tekno Search About

[Cs-dev] problem with _csnd on OS X

Date2006-08-30 05:27
FromBélanger Olivier
Subject[Cs-dev] problem with _csnd on OS X
HI,

I have a script that run perfectly on linux but when I try it on OS X, I have a problem with _csnd...

"
Traceback (most recent call last):
  File "Player.py", line 10, in ?
    import csnd
  File "/Users/olipet/Desktop/Python-vsf/csnd.py", line 5, in ?
    import _csnd
ImportError: dlopen(/Users/olipet/Desktop/Python-vsf/_csnd.so, 2): Symbol not found: _csoundDeleteGlobalConfigurationVariable
  Referenced from: /Users/olipet/Desktop/Python-vsf/_csnd.so
  Expected in: /Library/Frameworks/CsoundLib.Framework/CsoundLib
"

Is someone have an idea?

Thanks

Olivier

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-08-30 10:03
FromVictor Lazzarini
SubjectRe: [Cs-dev] problem with _csnd on OS X
Make sure your _csnd.so is for same version of CsoundLib
you have. The _csnd.so that comes with the binary distribution
ends up in the 
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/Python2.3.

Victor

At 05:27 30/08/2006, you wrote:
>HI,
>
>I have a script that run perfectly on linux but when I try it on OS X, I 
>have a problem with _csnd...
>
>"
>Traceback (most recent call last):
>   File "Player.py", line 10, in ?
>     import csnd
>   File "/Users/olipet/Desktop/Python-vsf/csnd.py", line 5, in ?
>     import _csnd
>ImportError: dlopen(/Users/olipet/Desktop/Python-vsf/_csnd.so, 2): Symbol 
>not found: _csoundDeleteGlobalConfigurationVariable
>   Referenced from: /Users/olipet/Desktop/Python-vsf/_csnd.so
>   Expected in: /Library/Frameworks/CsoundLib.Framework/CsoundLib
>"
>
>Is someone have an idea?
>
>Thanks
>
>Olivier
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net