uracoli-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [uracoli-devel] python 3, scons 2


From: Charles Goyard
Subject: Re: [uracoli-devel] python 3, scons 2
Date: Sat, 27 Nov 2010 12:06:49 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Mnenhy/0.8.3 Thunderbird/3.1.6

Hi Axel,

Hi Charles, great, could you please verify if it runs with a python 2.x.
Especially for the constructs like:
-for l in f.xreadlines():
+for l in f:
Yes it works, at leat with python 2.7. However scons does not run on python3. It seems every linux distro (+freebsd) provide a python2 executable, so maybe replacing 'python' with 'python2' is a safe bet.

--
Charlot




reply via email to

[Prev in Thread] Current Thread [Next in Thread]