[Cs-dev] Python API not installing
Date | 2008-09-22 19:56 |
From | Dominic Thibault |
Subject | [Cs-dev] Python API not installing |
Attachments | None None |
Hi Folks, I'm Dominic Thibault. I'm gonna be working on a new Cecilia version. This morning I installed the Csound5.08-OSX10.4-Intel-2.tar.gz package on a mac mini OSX 10.5.4. Csound is working correctly but the Python API doesn't get installed. My Python (2.5.2) is sitting in /Library/Frameworks/Python.framework/Versions/2.5/. If I check in "lib/ python2.5/", there is no csnd.py or _csnd.so file. I double-checked in /System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ (site of the old python) and, even there, there is no csnd.py or _csnd.so. Inside of /usr/local/lib/ there is a file "lib_csnd.dylib" (which I think is used by the Python API) Is it possible that the binary installer for OSX does not install the Python API? Or is it just a bug in that particular package? Thank for all your help Dominic Thibault Université de Montréal |
Date | 2008-09-22 20:57 |
From | "Steven Yi" |
Subject | Re: [Cs-dev] Python API not installing |
Attachments | None |
Date | 2008-09-22 21:10 |
From | Dominic Thibault |
Subject | Re: [Cs-dev] Python API not installing |
Hi Steven, That's it. Cecilia will be re-written in Python: a wx interface using the Python API to communicate with Csound... If the Python API can be available in every binary packages, obviously. Dominic On 08-09-22, at 15:57, Steven Yi wrote: > Hi Dominic, > > Just curious and a bit of a side note, does this mean that Cecilia is > being rewritten in Python? > > steven > > On Mon, Sep 22, 2008 at 11:56 AM, Dominic Thibault > |
Date | 2008-09-22 21:22 |
From | Caecös |
Subject | Re: [Cs-dev] Python API not installing |
Hi Dominic, So, it shall be working of all systems (Windows, Linux, Mac) ? Marc -------------------------------------------------- From: "Dominic Thibault" |
Date | 2008-09-22 23:20 |
From | kCk |
Subject | Re: [Cs-dev] Python API not installing |
this thread might be of some help... http://www.nabble.com/csnd-module-on-osx--tt17607107.html#a17610232 i think you have to go back to python 2.4 becuse the csnd module doesnt work with 2.5 install 2.4, link 2.4 to "Current", and then reinstall csound .. or something like that. later. kurt -- View this message in context: http://www.nabble.com/Python-API-not-installing-tp19615278p19616283.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2008-09-23 00:33 |
From | DavidW |
Subject | Re: [Cs-dev] Python API not installing |
Bonjour Dominic, I think the problem may be that you're using the now-quite-established python 2.5.2. Last time I tried it the API wouldn't install under that. Victor may have fixed that but I'm doin-other-stuff until someone reports a successful build/install. hope this helps, David On 23/09/2008, at 4:56 AM, Dominic Thibault wrote: > Hi Folks, > > I'm Dominic Thibault. I'm gonna be working on a new Cecilia version. > > This morning I installed the Csound5.08-OSX10.4-Intel-2.tar.gz > package on a mac mini OSX 10.5.4. Csound is working correctly but > the Python API doesn't get installed. My Python (2.5.2) is sitting > in /Library/Frameworks/Python.framework/Versions/2.5/. If I check > in "lib/ python2.5/", there is no csnd.py or _csnd.so file. > > I double-checked in /System/Library/Frameworks/Python.framework/ > Versions/2.5/lib/python2.5/ (site of the old python) and, even > there, there is no csnd.py or _csnd.so. > > Inside of /usr/local/lib/ there is a file "lib_csnd.dylib" (which I > think is used by the Python API) > > Is it possible that the binary installer for OSX does not install > the Python API? Or is it just a bug in that particular package? > > Thank for all your help > > > Dominic Thibault > Université de Montréal > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ________________________________________________ David Worrall. - Experimental Polymedia: www.avatar.com.au - Education for Financial Independence: www.mindthemarkets.com.au Australian research affiliations: - Capital Markets Cooperative Research Centre: www.cmcrc.com - Sonic Communications Research Group: creative.canberra.edu.au/scrg ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |