| No. The Python module has to be compiled and
linked against one of the versions (MacPython 2.4,2.5 or
Apple Python 2.3), which also sit in different locations.
Also the header file Python.h is different for each
Python version, and there is a bit of code in the interfaces
file that will not link to 2.3, because it uses functions
introduced later, so it needs to be selected for version.
Victor
----- Original Message -----
From: "JK"
To:
Sent: Wednesday, May 07, 2008 7:15 PM
Subject: [Csnd] Re: Re: Re: Re: Tentative request
> victor wrote:
>> That is a real problem, because it needs to link to one of
>> the many alternatives...
>
> Can it link dynamically, as in dlopen or whatever
> the heck the Windows equivalent is? In which case
> the Python version could be a configuration option
> detected (or user-supplied) at install time.
>
> No doubt this option has already been considered and
> rejected... but why?
>
> -- JK, who has probably not spent enough time lurking...
>
>> ----- Original Message ----- From: "DavidW"
>> To:
>> Sent: Wednesday, May 07, 2008 2:29 AM
>> Subject: [Csnd] Re: Re: Tentative request
>>
>>
>> how about a build of the api on OSX which is python-version independent?
>> That'd mean I could make music again. :-)
>>
>> David
>>
>
> --
> I do not particularly want to go where the money is -
> it usually does not smell nice there. -- A. Stepanov
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
|