Csound Csound-dev Csound-tekno Search About

[Csnd] OSX python module (2.5)

Date2009-04-21 12:29
Fromvictor
Subject[Csnd] OSX python module (2.5)
Hi all,
 
I have brought up the csound5 OSX module to the same level
of support found in other platforms (Python2.5 only) for callbacks
etc. This should be there in the next release. The only feature
not in OSX is swig directors, which had to be disabled because they
were crashing before. I will try and investigate if they can be brought
back on.
 
Regards
 
Victor

Date2009-04-21 12:37
FromOeyvind Brandtsegg
Subject[Csnd] Re: OSX python module (2.5)
Thanks Victor,
This will make things a lot easier to set up for OSX users.
best
Oeyvind

2009/4/21 victor :
> Hi all,
>
> I have brought up the csound5 OSX module to the same level
> of support found in other platforms (Python2.5 only) for callbacks
> etc. This should be there in the next release. The only feature
> not in OSX is swig directors, which had to be disabled because they
> were crashing before. I will try and investigate if they can be brought
> back on.
>
> Regards
>
> Victor

Date2009-04-21 18:08
FromAnthony Kozar
Subject[Csnd] Re: OSX python module (2.5)
Does this mean that it will no longer compile with Python 2.4 and earlier on
OS X ?

Anthony

victor wrote on 4/21/09 7:29 AM:

> I have brought up the csound5 OSX module to the same level
> of support found in other platforms (Python2.5 only) for callbacks
> etc. This should be there in the next release. 


Date2009-04-21 18:16
Fromvictor
Subject[Csnd] Re: Re: OSX python module (2.5)
No, it only means I am now taking advantage of 2.5 and implemeting
things that are not possible in 2.3 and below. The code will still
compile anywhere, but extra support for callbacks etc is only
possible on 2.5 (maybe 2.4)
----- Original Message ----- 
From: "Anthony Kozar" 
To: "Csound mailing list address" 
Sent: Tuesday, April 21, 2009 6:08 PM
Subject: [Csnd] Re: OSX python module (2.5)


> Does this mean that it will no longer compile with Python 2.4 and earlier 
> on
> OS X ?
>
> Anthony
>
> victor wrote on 4/21/09 7:29 AM:
>
>> I have brought up the csound5 OSX module to the same level
>> of support found in other platforms (Python2.5 only) for callbacks
>> etc. This should be there in the next release.
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
> csound" 


Date2009-04-21 19:13
FromAnthony Kozar
Subject[Csnd] Re: OSX python module (2.5)
Ok, great.  Thanks!

Anthony

victor wrote on 4/21/09 1:16 PM:

> No, it only means I am now taking advantage of 2.5 and implemeting
> things that are not possible in 2.3 and below. The code will still
> compile anywhere, but extra support for callbacks etc is only
> possible on 2.5 (maybe 2.4)

> From: "Anthony Kozar" 
> To: "Csound mailing list address" 
> Sent: Tuesday, April 21, 2009 6:08 PM
> Subject: [Csnd] Re: OSX python module (2.5)
> 
> 
>> Does this mean that it will no longer compile with Python 2.4 and earlier
>> on OS X ?


Date2009-04-21 23:00
FromChuckk Hubbard
Subject[Csnd] Re: Re: OSX python module (2.5)
And cross-platform developers!
Thanks Victor, this is great news.
-Chuckk

On Tue, Apr 21, 2009 at 2:37 PM, Oeyvind Brandtsegg  wrote:
> Thanks Victor,
> This will make things a lot easier to set up for OSX users.
> best
> Oeyvind
>
> 2009/4/21 victor :
>> Hi all,
>>
>> I have brought up the csound5 OSX module to the same level
>> of support found in other platforms (Python2.5 only) for callbacks
>> etc. This should be there in the next release. The only feature
>> not in OSX is swig directors, which had to be disabled because they
>> were crashing before. I will try and investigate if they can be brought
>> back on.
>>
>> Regards
>>
>> Victor
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>



-- 
http://www.badmuthahubbard.com

Date2009-04-24 13:40
Fromze luis
Subject[Csnd] Windows python module (2.5) /Qutecsound / csound~
Hello everyone,
I'm trying to help a fellow student on installing Csound5.10.1 (floats)on a Windows (vista)
of course the usual error of not having python 2.5 installed ocurred ( the error : python25.dll not found)
read on Csounds.com's FAQ that it wouldn't be necessary to have python installed - (workaround this problem by moving the py.dll file (located within the opcode plugin directory) to some other location)
after this, it started to work (using old fashioned winsound) but it still reports the error!!!
afterwards we've tryed to install Qutecsound 0.4 (floats)- it doesn't open and gives the same error ( the error : python25.dll not found)

HELP!!! anyone????


From: Chuckk Hubbard <badmuthahubbard@gmail.com>
To: csound@lists.bath.ac.uk
Sent: Tuesday, April 21, 2009 11:00:49 PM
Subject: [Csnd] Re: Re: OSX python module (2.5)

And cross-platform developers!
Thanks Victor, this is great news.
-Chuckk

On Tue, Apr 21, 2009 at 2:37 PM, Oeyvind Brandtsegg <obrandts@gmail.com> wrote:
> Thanks Victor,
> This will make things a lot easier to set up for OSX users.
> best
> Oeyvind
>
> 2009/4/21 victor <Victor.Lazzarini@nuim.ie>:
>> Hi all,
>>
>> I have brought up the csound5 OSX module to the same level
>> of support found in other platforms (Python2.5 only) for callbacks
>> etc. This should be there in the next release. The only feature
>> not in OSX is swig directors, which had to be disabled because they
>> were crashing before. I will try and investigate if they can be brought
>> back on.
>>
>> Regards
>>
>> Victor
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>



--
http://www.badmuthahubbard.com


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-04-24 13:56
FromMichael Gogins
Subject[Csnd] Re: Windows python module (2.5) /Qutecsound / csound~
The installer gives you an option to proceed without Python, or to
exit, install python, and resume installation. What was the user's
response to this option?

Also, does the user have some other version of Python already
installed on the machine? In that case, it might be best to install
Python 2.5 in addition to the other version.

Regards,
Mike



On 4/24/09, ze luis  wrote:
> Hello everyone,
> I'm trying to help a fellow student on installing Csound5.10.1 (floats)on a
> Windows (vista)
> of course the usual error of not having python 2.5 installed ocurred ( the
> error : python25.dll not found)
> read on Csounds.com's FAQ that it wouldn't be necessary to have python
> installed - (workaround this problem by moving the py.dll file (located
> within the opcode plugin directory) to some other location)
> after this, it started to work (using old fashioned winsound) but it still
> reports the error!!!
> afterwards we've tryed to install Qutecsound 0.4 (floats)- it doesn't open
> and gives the same error ( the error : python25.dll not found)
>
> HELP!!! anyone????
>
>
>
>
> ________________________________
> From: Chuckk Hubbard 
> To: csound@lists.bath.ac.uk
> Sent: Tuesday, April 21, 2009 11:00:49 PM
> Subject: [Csnd] Re: Re: OSX python module (2.5)
>
> And cross-platform developers!
> Thanks Victor, this is great news.
> -Chuckk
>
> On Tue, Apr 21, 2009 at 2:37 PM, Oeyvind Brandtsegg 
> wrote:
>> Thanks Victor,
>> This will make things a lot easier to set up for OSX users.
>> best
>> Oeyvind
>>
>> 2009/4/21 victor :
>>> Hi all,
>>>
>>> I have brought up the csound5 OSX module to the same level
>>> of support found in other platforms (Python2.5 only) for callbacks
>>> etc. This should be there in the next release. The only feature
>>> not in OSX is swig directors, which had to be disabled because they
>>> were crashing before. I will try and investigate if they can be brought
>>> back on.
>>>
>>> Regards
>>>
>>> Victor
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
>
> --
> http://www.badmuthahubbard.com
>
>
> 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"


-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com