[Distutils] Buildout can't talk to PyPI any more?

Marius Gedminas marius at pov.lt
Wed May 29 10:19:43 CEST 2013


Could it be that recent PyPI CDN changes broke zc.buildout somehow?
Witness this:

  $ wget http://downloads.buildout.org/2/bootstrap.py

  $ cat buildout.cfg
  [buildout]
  parts = zodbbrowser
  [zodbbrowser]
  recipe = zc.recipe.egg

  $ python bootstrap.py

  $ bin/buildout
  Error: Couldn't find a distribution for 'zodbbrowser'.

Meanwhile both

  $ virtualenv env && env/bin/pip install zodbbrowser

and

  $ virtualenv env && env/bin/easy_install zodbbrowser

work fine.

Marius Gedminas
-- 
Those who can't write, write manuals.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: Digital signature
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130529/9c669b89/attachment.pgp>


More information about the Distutils-SIG mailing list