[Checkins] SVN: zc.buildout/trunk/bootstrap/ initial bootstrap script.

Fred Drake fdrake at gmail.com
Mon Jun 26 18:15:06 EDT 2006


On 6/26/06, Jim Fulton <jim at zope.com> wrote:
> +assert os.spawnle(
> +    os.P_WAIT, sys.executable, sys.executable,
> +    '-c', 'from setuptools.command.easy_install import main; main()',
> +    '-mqNxd', tmpeggs, 'zc.buildout',
> +    {'PYTHONPATH':
> +     ws.find(pkg_resources.Requirement.parse('setuptools')).location
> +     },
> +    ) == 0

Do you really intende this to be optimized away when run with "python
-O"?  If so, a comment would be helpful.


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
"Every sin is the result of a collaboration." --Lucius Annaeus Seneca


More information about the Checkins mailing list