I assume you do have a SConstruct in /home/dirk/tmp/boottest?

Basically, "python .../bootstrap.py" should work just like saying "scons"
except you don't have to have SCons installed.


On Wed, May 22, 2013 at 3:10 PM, Dirk Bächle <tshor...@gmx.de> wrote:

> Hi,
>
> I started to fix bootstrap.py, such that the parseManifestLines() doesn't
> need os.chdir() anymore. After the rewrite, the local call "python
> bootstrap.py" works fine again...so far, so good.
> But I'm not able to figure out how to call it from a different folder.
>
> I even switched back to revision "018709cfd9f4" (merge of pull request
> #66, +1), but when I call
>
>   python /home/dirk/workspace/scons_**dirkbaechle/bootstrap.py
>
> from "/home/dirk/tmp/boottest", all I get is:
>
> ==============================**===============
>
> dirk@ubuntu:~/tmp/boottest$ python /home/dirk/workspace/scons_**
> dirkbaechle/bootstrap.py
> /usr/bin/python /home/dirk/workspace/scons_**dirkbaechle/bootstrap/src/**
> script/scons.py
>
> scons: *** No SConstruct file found.
> File 
> "/home/dirk/workspace/scons_**dirkbaechle/bootstrap/src/**engine/SCons/Script/Main.py",
> line 905, in _main
> dirk@ubuntu:~/tmp/boottest$
>
> ==============================**===============
>
> Any pointers about what I'm doing wrong are welcome. I checked the
> README.rst, but couldn't find any advice about what paths or env vars to
> set additionally. Or do I need special arguments on the command line?
>
> Thanks a lot in advance,
>
>
> Dirk
>
> ______________________________**_________________
> Scons-dev mailing list
> Scons-dev@scons.org
> http://two.pairlist.net/**mailman/listinfo/scons-dev<http://two.pairlist.net/mailman/listinfo/scons-dev>
>



-- 
Gary
_______________________________________________
Scons-dev mailing list
Scons-dev@scons.org
http://two.pairlist.net/mailman/listinfo/scons-dev

Reply via email to