Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Re: Re: problem opening libray libpy.dylib / mac os 10.4.11

Date2008-05-02 22:15
Fromvictor
Subject[Csnd] Re: Re: Re: problem opening libray libpy.dylib / mac os 10.4.11
Let me check and I'll get back to you. I'll do it when I'm back
at work on Tuesday.
Victor
----- Original Message -----
From: eli queen
Sent: Friday, May 02, 2008 9:39 PM
Subject: [Csnd] Re: Re: problem opening libray libpy.dylib / mac os 10.4.11

hi victor,

so, to use the python opcodes i have to reinstall apple's python 2.3?

i was getting the same error before before i upgraded to python 2.5.2. maybe apple had bundled a newer python (newer that 2.3) in one of it's software updates?

will it work to install python 2.3.7 from the source at python.org? or does it have to be the apple's?

thanks,
eli



On May 2, 2008, at 3:36 PM, victor wrote:

These are the python opcodes. I think this is because of Python version
incompatibility. As far as I can remember, libpy.dylib is linked to 2.3
Apple-supplied Python, but I have to check. This problem has arisen
from the fact that I am trying to supply Csound with support for both
Apple's python and MacPython.
 
Victor
----- Original Message -----
From: eli queen
Sent: Friday, May 02, 2008 8:06 PM
Subject: [Csnd] problem opening libray libpy.dylib / mac os 10.4.11

hi all,

i'm new to the list / new to csound and have run into a bit of a snag.

when i run csound from the terminal, or in any of the guis included in the mac intel release i get the following error:

WARNING: could not open library '/Library/Frameworks/CsoundLib.Framework/Versions/5.1/Resources/Opcodes/libpy.dylib' (-1)

form some research i understand this to be a python problem. is this true?

i've tried updating python to the current version (2.5.2), but no change.

any ideas?

my system is intel macbook > os 10.4.11 > csound 5.08

this question was also posted to the forum on csounds.com, but i'm not sure how active that is.

thanks for your help.

- eli

eli queen // 19 pleasant st apt 14 // cambridge ma // 02139 // 617 515 7329  // eli@sleepingweather.com // http://www.sleepingweather.com






Date2008-05-02 22:33
Fromeli queen
Subject[Csnd] Re: Re: Re: Re: problem opening libray libpy.dylib / mac os 10.4.11
thank you very much.
- eli

On May 2, 2008, at 5:15 PM, victor wrote:

Let me check and I'll get back to you. I'll do it when I'm back
at work on Tuesday.
Victor
----- Original Message -----
From: eli queen
Sent: Friday, May 02, 2008 9:39 PM
Subject: [Csnd] Re: Re: problem opening libray libpy.dylib / mac os 10.4.11

hi victor,

so, to use the python opcodes i have to reinstall apple's python 2.3?

i was getting the same error before before i upgraded to python 2.5.2. maybe apple had bundled a newer python (newer that 2.3) in one of it's software updates?

will it work to install python 2.3.7 from the source at python.org? or does it have to be the apple's?

thanks,
eli



On May 2, 2008, at 3:36 PM, victor wrote:

These are the python opcodes. I think this is because of Python version
incompatibility. As far as I can remember, libpy.dylib is linked to 2.3
Apple-supplied Python, but I have to check. This problem has arisen
from the fact that I am trying to supply Csound with support for both
Apple's python and MacPython.
 
Victor
----- Original Message -----
From: eli queen
Sent: Friday, May 02, 2008 8:06 PM
Subject: [Csnd] problem opening libray libpy.dylib / mac os 10.4.11

hi all,

i'm new to the list / new to csound and have run into a bit of a snag.

when i run csound from the terminal, or in any of the guis included in the mac intel release i get the following error:

WARNING: could not open library '/Library/Frameworks/CsoundLib.Framework/Versions/5.1/Resources/Opcodes/libpy.dylib' (-1)

form some research i understand this to be a python problem. is this true?

i've tried updating python to the current version (2.5.2), but no change.

any ideas?

my system is intel macbook > os 10.4.11 > csound 5.08

this question was also posted to the forum on csounds.com, but i'm not sure how active that is.

thanks for your help.

- eli

eli queen // 19 pleasant st apt 14 // cambridge ma // 02139 // 617 515 7329  // eli@sleepingweather.com // http://www.sleepingweather.com








Date2008-05-07 10:50
FromVictor Lazzarini
Subject[Csnd] Libpy and MacPython (was Re: Re: Re: Re: Re: problem opening libray libpy.dylib / mac os 10.4.11)
I just checked and it is linked to MacPython 2.4. So if you install 
MacPython 2.4,
it should work. This is actually an oversight of mine, I meant to have the 
opcodes
linked to Apple Python 2.3, so there was no need for an extra installation.

What I think I will do is produce 2 packages for the next release (on Intel 
only):
one linked to Apple's Python 2.3 and another linked to MacPython, which
will require an additional installation of MacPython.

The question is, which MacPython is preferred, 2.4 or 2.5?

Thanks

Victor


At 22:33 02/05/2008, you wrote:
>thank you very much.
>- eli
>
>On May 2, 2008, at 5:15 PM, victor wrote:
>
>>Let me check and I'll get back to you. I'll do it when I'm back
>>at work on Tuesday.
>>Victor
>>----- Original Message -----
>>From: eli queen
>>To: csound@lists.bath.ac.uk
>>Sent: Friday, May 02, 2008 9:39 PM
>>Subject: [Csnd] Re: Re: problem opening libray libpy.dylib / mac os 10.4.11
>>
>>hi victor,
>>
>>so, to use the python opcodes i have to reinstall apple's python 2.3?
>>
>>i was getting the same error before before i upgraded to python 2.5.2. 
>>maybe apple had bundled a newer python (newer that 2.3) in one of it's 
>>software updates?
>>
>>will it work to install python 2.3.7 from the source at python.org? or 
>>does it have to be the apple's?
>>
>>thanks,
>>eli
>>
>>
>>
>>On May 2, 2008, at 3:36 PM, victor wrote:
>>
>>>These are the python opcodes. I think this is because of Python version
>>>incompatibility. As far as I can remember, libpy.dylib is linked to 2.3
>>>Apple-supplied Python, but I have to check. This problem has arisen
>>>from the fact that I am trying to supply Csound with support for both
>>>Apple's python and MacPython.
>>>
>>>Victor
>>>----- Original Message -----
>>>From: eli queen
>>>To: csound@lists.bath.ac.uk
>>>Sent: Friday, May 02, 2008 8:06 PM
>>>Subject: [Csnd] problem opening libray libpy.dylib / mac os 10.4.11
>>>
>>>hi all,
>>>
>>>i'm new to the list / new to csound and have run into a bit of a snag.
>>>
>>>when i run csound from the terminal, or in any of the guis included in 
>>>the mac intel release i get the following error:
>>>
>>>WARNING: could not open library 
>>>'/Library/Frameworks/CsoundLib.Framework/Versions/5.1/Resources/Opcodes/libpy.dylib' 
>>>(-1)
>>>
>>>form some research i understand this to be a python problem. is this true?
>>>
>>>i've tried updating python to the current version (2.5.2), but no change.
>>>
>>>any ideas?
>>>
>>>my system is intel macbook > os 10.4.11 > csound 5.08
>>>
>>>this question was also posted to the forum on csounds.com, but i'm not 
>>>sure how active that is.
>>>
>>>thanks for your help.
>>>
>>>- eli
>>>
>>>eli queen // 19 pleasant st apt 14 // cambridge ma // 02139 // 617 515 
>>>7329  // eli@sleepingweather.com // 
>>>http://www.sleepingweather.com
>>>
>>>
>>>
>>

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


Date2008-05-07 10:54
FromVictor Lazzarini
Subject[Csnd] Re: Libpy and MacPython (was Re: Re: Re: Re: Re: problem opening libray libpy.dylib / mac os 10.4.11)
By the way, this is Intel (on PPC, it's linked to Apple's 2.3).

At 10:50 07/05/2008, you wrote:
>I just checked and it is linked to MacPython 2.4. So if you install 
>MacPython 2.4,
>it should work. This is actually an oversight of mine, I meant to have the 
>opcodes
>linked to Apple Python 2.3, so there was no need for an extra installation.
>
>What I think I will do is produce 2 packages for the next release (on 
>Intel only):
>one linked to Apple's Python 2.3 and another linked to MacPython, which
>will require an additional installation of MacPython.
>
>The question is, which MacPython is preferred, 2.4 or 2.5?
>
>Thanks
>
>Victor
>
>
>At 22:33 02/05/2008, you wrote:
>>thank you very much.
>>- eli
>>
>>On May 2, 2008, at 5:15 PM, victor wrote:
>>
>>>Let me check and I'll get back to you. I'll do it when I'm back
>>>at work on Tuesday.
>>>Victor
>>>----- Original Message -----
>>>From: eli queen
>>>To: csound@lists.bath.ac.uk
>>>Sent: Friday, May 02, 2008 9:39 PM
>>>Subject: [Csnd] Re: Re: problem opening libray libpy.dylib / mac os 10.4.11
>>>
>>>hi victor,
>>>
>>>so, to use the python opcodes i have to reinstall apple's python 2.3?
>>>
>>>i was getting the same error before before i upgraded to python 2.5.2. 
>>>maybe apple had bundled a newer python (newer that 2.3) in one of it's 
>>>software updates?
>>>
>>>will it work to install python 2.3.7 from the source at python.org? or 
>>>does it have to be the apple's?
>>>
>>>thanks,
>>>eli
>>>
>>>
>>>
>>>On May 2, 2008, at 3:36 PM, victor wrote:
>>>
>>>>These are the python opcodes. I think this is because of Python version
>>>>incompatibility. As far as I can remember, libpy.dylib is linked to 2.3
>>>>Apple-supplied Python, but I have to check. This problem has arisen
>>>>from the fact that I am trying to supply Csound with support for both
>>>>Apple's python and MacPython.
>>>>
>>>>Victor
>>>>----- Original Message -----
>>>>From: eli queen
>>>>To: csound@lists.bath.ac.uk
>>>>Sent: Friday, May 02, 2008 8:06 PM
>>>>Subject: [Csnd] problem opening libray libpy.dylib / mac os 10.4.11
>>>>
>>>>hi all,
>>>>
>>>>i'm new to the list / new to csound and have run into a bit of a snag.
>>>>
>>>>when i run csound from the terminal, or in any of the guis included in 
>>>>the mac intel release i get the following error:
>>>>
>>>>WARNING: could not open library 
>>>>'/Library/Frameworks/CsoundLib.Framework/Versions/5.1/Resources/Opcodes/libpy.dylib' 
>>>>(-1)
>>>>
>>>>form some research i understand this to be a python problem. is this true?
>>>>
>>>>i've tried updating python to the current version (2.5.2), but no change.
>>>>
>>>>any ideas?
>>>>
>>>>my system is intel macbook > os 10.4.11 > csound 5.08
>>>>
>>>>this question was also posted to the forum on csounds.com, but i'm not 
>>>>sure how active that is.
>>>>
>>>>thanks for your help.
>>>>
>>>>- eli
>>>>
>>>>eli queen // 19 pleasant st apt 14 // cambridge ma // 02139 // 617 515 
>>>>7329  // eli@sleepingweather.com // 
>>>>http://www.sleepingweather.com
>>>>
>>>>
>
>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"

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


Date2008-05-07 14:58
Fromeli queen
Subject[Csnd] Re: Re: Libpy and MacPython (was Re: Re: Re: Re: Re: problem opening libray libpy.dylib / mac os 10.4.11)
thanks for you help with this. csound works perfectly on intel mac w/ MacPython 2.4 installed.

- eli

On May 7, 2008, at 5:54 AM, Victor Lazzarini wrote:

By the way, this is Intel (on PPC, it's linked to Apple's 2.3).

At 10:50 07/05/2008, you wrote:
I just checked and it is linked to MacPython 2.4. So if you install MacPython 2.4,
it should work. This is actually an oversight of mine, I meant to have the opcodes
linked to Apple Python 2.3, so there was no need for an extra installation.

What I think I will do is produce 2 packages for the next release (on Intel only):
one linked to Apple's Python 2.3 and another linked to MacPython, which
will require an additional installation of MacPython.

The question is, which MacPython is preferred, 2.4 or 2.5?

Thanks

Victor


At 22:33 02/05/2008, you wrote:
thank you very much.
- eli

On May 2, 2008, at 5:15 PM, victor wrote:

Let me check and I'll get back to you. I'll do it when I'm back
at work on Tuesday.
Victor
----- Original Message -----
Sent: Friday, May 02, 2008 9:39 PM
Subject: [Csnd] Re: Re: problem opening libray libpy.dylib / mac os 10.4.11

hi victor,

so, to use the python opcodes i have to reinstall apple's python 2.3?

i was getting the same error before before i upgraded to python 2.5.2. maybe apple had bundled a newer python (newer that 2.3) in one of it's software updates?

will it work to install python 2.3.7 from the source at python.org? or does it have to be the apple's?

thanks,
eli



On May 2, 2008, at 3:36 PM, victor wrote:

These are the python opcodes. I think this is because of Python version
incompatibility. As far as I can remember, libpy.dylib is linked to 2.3
Apple-supplied Python, but I have to check. This problem has arisen
from the fact that I am trying to supply Csound with support for both
Apple's python and MacPython.

Victor
----- Original Message -----
Sent: Friday, May 02, 2008 8:06 PM
Subject: [Csnd] problem opening libray libpy.dylib / mac os 10.4.11

hi all,

i'm new to the list / new to csound and have run into a bit of a snag.

when i run csound from the terminal, or in any of the guis included in the mac intel release i get the following error:

WARNING: could not open library '/Library/Frameworks/CsoundLib.Framework/Versions/5.1/Resources/Opcodes/libpy.dylib' (-1)

form some research i understand this to be a python problem. is this true?

i've tried updating python to the current version (2.5.2), but no change.

any ideas?

my system is intel macbook > os 10.4.11 > csound 5.08

this question was also posted to the forum on csounds.com, but i'm not sure how active that is.

thanks for your help.

- eli

eli queen // 19 pleasant st apt 14 // cambridge ma // 02139 // 617 515 7329  // <mailto:eli@sleepingweather.com>eli@sleepingweather.com // http://www.sleepingweather.com



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"

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"