[Distutils] bootstrap.py doesn't work offline?

Marius Gedminas marius at pov.lt
Thu Nov 20 16:09:18 CET 2008


On Thu, Nov 20, 2008 at 12:43:26PM +0000, Chris Withers wrote:
> Is it just me or does buildout's bootstrap.py not work offline, even if 
> the latest versions of buildout and setuptools are available in 
> buildout:egg-directory?

That's right.  bootstrap.py is essentially

   exec urllib.urlopen('http://someplace/somescript').read().

I was scared too when I first saw it.

But you don't need bootstrap.py if you already have buildout installed.

Marius Gedminas
-- 
Linux: The Ultimate NT Service Pack
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20081120/69e20a81/attachment.pgp>


More information about the Distutils-SIG mailing list