Re: Using Python to automate builds

2009-08-06 Thread Kosta
On Aug 6, 11:58 am, Piet van Oostrum wrote: > >>>>> Kosta (K) wrote: > >K> My interpretation of the above (and your email) is that using Popen > >K> allows one to pass the Python environment to a child processs (in my > >K> case, setenv.bat).   I

Re: Using Python to automate builds

2009-08-06 Thread Kosta
On Aug 6, 3:57 am, David Cournapeau wrote: > On Thu, Aug 6, 2009 at 12:39 AM, Kosta wrote: > > > Setenv.bat sets up the path and other environment variables build.exe > > needs to compile and link (and even binplace) its utilities.  So > > building itself is not the issue.

Re: Using Python to automate builds

2009-08-05 Thread Kosta
On Aug 5, 7:29 am, Hendrik van Rooyen wrote: > On Wednesday 05 August 2009 14:08:18 David Cournapeau wrote: > > > On Wed, Aug 5, 2009 at 4:56 PM, Hendrik van > > > Rooyen wrote: > > > On Tuesday 04 August 2009 21:13:10 Kosta wrote: > > >> I am a Python n

Re: Using Python to automate builds

2009-08-04 Thread Kosta
On Aug 4, 2:34 pm, Dave Angel wrote: > Kosta wrote: > > I am a Python newbie, tasked with automating (researching) building > > Windows drivers using the WDK build environment.  I've been looking > > into Python for this (instead of writing a bunch of batch files). >

Using Python to automate builds

2009-08-04 Thread Kosta
I am a Python newbie, tasked with automating (researching) building Windows drivers using the WDK build environment. I've been looking into Python for this (instead of writing a bunch of batch files). What I would like to do, is to open a cmd window, and start a Python script. This script would