On Thu, Dec 29, 2011 at 6:43 AM, Chris Withers <[email protected]> wrote: > Hi All, > > I just upgraded a machine I want to use as a build server to Mac OS X Lion. > It appears that Lion ships with Python 2.5, 2.6 and 2.7, but bootstrap.py > fails with each of these: > > $ python2.5 bootstrap.py
Try: python2.5 -S bootstrap.py Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
