Csound Csound-dev Csound-tekno Search About

[Csnd] csnd module

Date2007-12-11 19:33
FromAlex Weiss
Subject[Csnd] csnd module
Dear list,

I'm about to start my journey into the world of python. So far,  
however, I have had no success. Whenever I try to run one of the  
python scripts in examples/ , I get the message that the module csnd  
was not found. I was under the impression that the module is  
installed together with the rest of csound, but apparently I'm wrong.  
Could somebody tell me how/where I can obtain the module? I'm using  
python 2.5.1 on Mac 10.4 if that's of any importance. Thanks!

Alex

Date2007-12-11 19:53
FromVictor Lazzarini
Subject[Csnd] Re: csnd module
On PPC Macs, you will need to use Apple's supplied python 2.3.
On Intel Macs, both Apple 2.3 and MacPython 2.4 modules
are installed.  I have not supported 2.5 yet on the advice of
David Warroll that 2.4 is more complete. This might change.

Victor


At 19:33 11/12/2007, you wrote:
>Dear list,
>
>I'm about to start my journey into the world of python. So far,
>however, I have had no success. Whenever I try to run one of the
>python scripts in examples/ , I get the message that the module csnd
>was not found. I was under the impression that the module is
>installed together with the rest of csound, but apparently I'm wrong.
>Could somebody tell me how/where I can obtain the module? I'm using
>python 2.5.1 on Mac 10.4 if that's of any importance. Thanks!
>
>Alex
>
>
>Send bugs reports to this list.
>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
>csound"

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


Date2007-12-11 20:33
FromAlex Weiss
Subject[Csnd] Re: Re: csnd module
Hm. This is weird. I've just installed MacPython 2.4, and it still  
doesn't work. Does 2.4 also keep its modules in /System/Library/ 
Frameworks/Python.framework/Versions? Because there doesn't seem to  
be a folder, only for 2.3. Is there a way to revert to Apple python 2.3?

Alex

On Dec 11, 2007, at 8:53 PM, Victor Lazzarini wrote:

> On PPC Macs, you will need to use Apple's supplied python 2.3.
> On Intel Macs, both Apple 2.3 and MacPython 2.4 modules
> are installed.  I have not supported 2.5 yet on the advice of
> David Warroll that 2.4 is more complete. This might change.
>
> Victor
>
>
> At 19:33 11/12/2007, you wrote:
>> Dear list,
>>
>> I'm about to start my journey into the world of python. So far,
>> however, I have had no success. Whenever I try to run one of the
>> python scripts in examples/ , I get the message that the module csnd
>> was not found. I was under the impression that the module is
>> installed together with the rest of csound, but apparently I'm wrong.
>> Could somebody tell me how/where I can obtain the module? I'm using
>> python 2.5.1 on Mac 10.4 if that's of any importance. Thanks!
>>
>> Alex
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe csound"
>
> Victor Lazzarini
> Music Technology Laboratory
> Music Department
> National University of Ireland, Maynooth
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"


Date2007-12-12 03:58
FromDavid Worrall
Subject[Csnd] Re: Re: Re: csnd module
Been away..

Hey Alex,
Re where python things are on OSX and python,
go to   http://sonipy.sourceforge.net/
click on python on the LHS and read first few pages.

re csnd on intel OSX  Make sure you install the right csound - NOT  
maccsound (yet)

I'm recommending python 2.4 at the mo. until we make a version of  
csnd which installs on whatever python is cCurrent.

you then may find this useful. It's just a very beginning:
http://www.avatar.com.au/sonify/csnd/

David

On 12/12/2007, at 7:33 AM, Alex Weiss wrote:

> Hm. This is weird. I've just installed MacPython 2.4, and it still  
> doesn't work. Does 2.4 also keep its modules in /System/Library/ 
> Frameworks/Python.framework/Versions? Because there doesn't seem to  
> be a folder, only for 2.3. Is there a way to revert to Apple python  
> 2.3?
>
> Alex
>
> On Dec 11, 2007, at 8:53 PM, Victor Lazzarini wrote:
>
>> On PPC Macs, you will need to use Apple's supplied python 2.3.
>> On Intel Macs, both Apple 2.3 and MacPython 2.4 modules
>> are installed.  I have not supported 2.5 yet on the advice of
>> David Warroll that 2.4 is more complete. This might change.
>>
>> Victor
>>
>>
>> At 19:33 11/12/2007, you wrote:
>>> Dear list,
>>>
>>> I'm about to start my journey into the world of python. So far,
>>> however, I have had no success. Whenever I try to run one of the
>>> python scripts in examples/ , I get the message that the module csnd
>>> was not found. I was under the impression that the module is
>>> installed together with the rest of csound, but apparently I'm  
>>> wrong.
>>> Could somebody tell me how/where I can obtain the module? I'm using
>>> python 2.5.1 on Mac 10.4 if that's of any importance. Thanks!
>>>
>>> Alex
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>>> "unsubscribe csound"
>>
>> Victor Lazzarini
>> Music Technology Laboratory
>> Music Department
>> National University of Ireland, Maynooth
>>
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe csound"
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>


Date2007-12-14 12:08
FromAlex Weiss
Subject[Csnd] Re: Re: Re: Re: csnd module
Thank you for the answers and the link, Dave and Victor. Everything  
is up and running now!

Alex

On Dec 12, 2007, at 4:58 AM, David Worrall wrote:

> Been away..
>
> Hey Alex,
> Re where python things are on OSX and python,
> go to   http://sonipy.sourceforge.net/
> click on python on the LHS and read first few pages.
>
> re csnd on intel OSX  Make sure you install the right csound - NOT  
> maccsound (yet)
>
> I'm recommending python 2.4 at the mo. until we make a version of  
> csnd which installs on whatever python is cCurrent.
>
> you then may find this useful. It's just a very beginning:
> http://www.avatar.com.au/sonify/csnd/
>
> David
>
> On 12/12/2007, at 7:33 AM, Alex Weiss wrote:
>
>> Hm. This is weird. I've just installed MacPython 2.4, and it still  
>> doesn't work. Does 2.4 also keep its modules in /System/Library/ 
>> Frameworks/Python.framework/Versions? Because there doesn't seem  
>> to be a folder, only for 2.3. Is there a way to revert to Apple  
>> python 2.3?
>>
>> Alex
>>
>> On Dec 11, 2007, at 8:53 PM, Victor Lazzarini wrote:
>>
>>> On PPC Macs, you will need to use Apple's supplied python 2.3.
>>> On Intel Macs, both Apple 2.3 and MacPython 2.4 modules
>>> are installed.  I have not supported 2.5 yet on the advice of
>>> David Warroll that 2.4 is more complete. This might change.
>>>
>>> Victor
>>>
>>>
>>> At 19:33 11/12/2007, you wrote:
>>>> Dear list,
>>>>
>>>> I'm about to start my journey into the world of python. So far,
>>>> however, I have had no success. Whenever I try to run one of the
>>>> python scripts in examples/ , I get the message that the module  
>>>> csnd
>>>> was not found. I was under the impression that the module is
>>>> installed together with the rest of csound, but apparently I'm  
>>>> wrong.
>>>> Could somebody tell me how/where I can obtain the module? I'm using
>>>> python 2.5.1 on Mac 10.4 if that's of any importance. Thanks!
>>>>
>>>> Alex
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>>>> "unsubscribe csound"
>>>
>>> Victor Lazzarini
>>> Music Technology Laboratory
>>> Music Department
>>> National University of Ireland, Maynooth
>>>
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>>> "unsubscribe csound"
>>
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe csound"
>>
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"