ANNOUNCE: SCons 0.98.1 (candidate for 1.0) is now available

2008-04-18 Thread Steven Knight
SCons is a software construction tool (build tool, or make tool) written in Python. It is based on the design which won the Software Carpentry build tool competition in August 2000. Version 0.98.1 of SCons has been released and is now available at the SCons download page: http://www.scon

ANNOUNCE: SCons 0.97 has been released

2007-05-29 Thread Steven Knight
SCons is a software construction tool (build tool, or make tool) written in Python. It is based on the design which won the Software Carpentry build tool competition in August 2000. Version 0.97 of SCons has been released and is available for download from the SCons web site: http://www

RE: identifying 64-bit Windows from 2.3.5?

2005-06-09 Thread Steven Knight
Hi Ivan-- >> If I have installed 2.3.5 from the python.org Windows installer, can >> any one point me to a run-time way to identify whether I'm running on >> a 32-bit vs. 64-bit version of Windows XP, given that Python itself was >> built on/for a 32-bit system? > > I really don't think it matters

identifying 64-bit Windows from 2.3.5?

2005-06-08 Thread Steven Knight
If I have installed 2.3.5 from the python.org Windows installer, can any one point me to a run-time way to identify whether I'm running on a 32-bit vs. 64-bit version of Windows XP, given that Python itself was built on/for a 32-bit system? I hoped sys.getwindowsversion() was the answer, but it re