Hello Anatoly, I dont know why, as I never upload a distribution to PyPI, but it seems that your downloads distributions are not registred as so (no rel="download" appears on the pypi page, here: http://pypi.python.org/simple/protobuf/)
I think this is why setuptools/distribute does not browse your index the way you want. Hope this helpful, Cheers, Alexis On Wed, 2010-06-30 at 09:59 +0300, anatoly techtonik wrote: > Hello,i > > protobuf project have problems with installing via easy_install. One > part of problem is that the project provides versioned archives > unrelated to Python that `easy_install` threats as Python packages. > Corresponding package with the same version number was uploaded to > PyPI archive, but the easy_install still downloads archive from Google > Code. Why? I though easy_install should prefer PyPI package. Seems > like a bug. Is it possible to raise the priority of PyPI mirror for > protobuf project somehow? > > See http://code.google.com/p/protobuf/issues/detail?id=66#c23 > http://pypi.python.org/pypi/protobuf _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
