Ronald Oussoren <ronaldousso...@mac.com> added the comment:

I can reproduce this with a script that builds and installs a couple of python 
versions, annoyingly enough I don't understand why that code fails.

In particular, in my script the run of python that fails is started with this 
code:


    lg.debug("Run setup script with '%s'", python)
    pprint.pprint(os.environ)
    p = subprocess.Popen([
        python, "setup.py", "install"],
        cwd=distribute_dir, stdout=subprocess.PIPE,
        stderr=subprocess.STDOUT)


This prints the environment and then runs a setup.py script. What confuses me 
is that the printed environment does *not* contain MACOSX_DEPLOYMENT_TARGET 
while that is the only way to trigger this bug.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9516>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to