[Scons-users] Using Python 2.5

William Blevins wblevins001 at gmail.com
Wed Apr 15 16:36:36 EDT 2015


At some point during 2.3.X patches, a change was made that used features
from python 2.6.  You should be able to use SCons 2.3.0 (I use this one
with python 2.4).

V/R,
William
On Apr 15, 2015 3:25 PM, "Bill Deegan" <bill at baddogconsulting.com> wrote:

> Rob,
>
> Are you talking about the return value from a SCons builder?
> xyz=env.SharedLibrary()
>
> For example..
> In which case you should always (have) expected a list to be returned..
> -Bill
>
> On Wed, Apr 15, 2015 at 2:25 PM, Rob Boehne <robb at datalogics.com> wrote:
>
>>  Nodes turn into NodeLists with python 2.6 or 2.7, using the same
>> version of all the tools (scons included).  I haven’t been able to boil
>> that down to one construct or line of code, so I was attempting to upgrade
>> scons & my build files first.
>>
>>   From: Bill Deegan <bill at baddogconsulting.com>
>> Reply-To: SCons users mailing list <scons-users at scons.org>
>> Date: Wednesday, April 15, 2015 at 1:01 PM
>> To: SCons users mailing list <scons-users at scons.org>
>> Subject: Re: [Scons-users] Using Python 2.5
>>
>>    Rob,
>>
>>  What's holding you back at python 2.5?
>>
>>  -Bill
>>
>> On Wed, Apr 15, 2015 at 1:07 PM, Rob Boehne <robb at datalogics.com> wrote:
>>
>>>  Scons users,
>>>
>>>  I’ve inherited an SCons build that is using python 2.5 and scons
>>> version 0.97.  I would like to bring the version of scons up as much as
>>> possible, without having to update python at the same time (there are
>>> bigger issues with that).  So I was looking at release notes to find the
>>> last version that worked with 2.5, which seems to suggest 2.3.2 because in
>>> the 2.3.3 release notes it states that support for python 2.4 was dropped
>>> (for 2.7 IIRC).  However, 2.3.2 has several constructs in it that don’t
>>> work in python 2.5,  like python3 except statements, string format methods,
>>> etc.
>>> Does anyone know what the highest version that is fully functional in
>>> python 2.5?
>>>
>>>  Thanks,
>>>
>>>  Rob Boehne
>>>
>>>
>>> _______________________________________________
>>> Scons-users mailing list
>>> Scons-users at scons.org
>>> https://pairlist4.pair.net/mailman/listinfo/scons-users
>>>
>>>
>>
>> _______________________________________________
>> Scons-users mailing list
>> Scons-users at scons.org
>> https://pairlist4.pair.net/mailman/listinfo/scons-users
>>
>>
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20150415/dfb1c5db/attachment.html>


More information about the Scons-users mailing list