Re: imports and exec

2010-05-17 Thread Paul Carter
On May 16, 4:22 pm, Patrick Maupin wrote: > On May 16, 1:51 pm, Paul Carter wrote: > > > > > We are using python for our build system. Each subproject dir has a > > python script that builds it. Parent dirs have python scripts that > > recurse into their children and use exec to invoke the python

Re: imports and exec

2010-05-16 Thread Patrick Maupin
On May 16, 1:51 pm, Paul Carter wrote: > We are using python for our build system. Each subproject dir has a > python script that builds it. Parent dirs have python scripts that > recurse into their children and use exec to invoke the python scripts. > Recently we discovered that one of the python

imports and exec

2010-05-16 Thread Paul Carter
We are using python for our build system. Each subproject dir has a python script that builds it. Parent dirs have python scripts that recurse into their children and use exec to invoke the python scripts. Recently we discovered that one of the python scripts works when invoked directly, but fails