At 09:55 AM 7/7/2010 -0300, Hugo Lopes Tavares wrote:
Hi guys,
Python 2.7 was released in July 3, and until now we don't have
ez_setup.py working for that. It looks for an egg for each python
version, and nobody has uploaded that.

There was a guy here last month with problems to install seutptools in
his Windows, for a similar reason.
Is there so much problem to release bdists for Python 2.7?

And if you come and say to download the tarball and later install, I
was trying to use virtualenv + Python2.7 and virtualenv uses
ez_setup.py to create virtual environments.

Could someone upload the bdists and update ez_setup.py?

The bdists are done now; there was a bit of a problem with a distutils.command.upload bug introduced here:

http://svn.python.org/view/python/trunk/Lib/distutils/command/upload.py?view=diff&r1=70888&r2=70889

(I'm not sure if this bug is also in 2.6 or not, but for 2.7 I worked around it by having setuptools still use its own upload command. This is a temporary workaround, of course, until 2.7.1 rolls out I suppose.)

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to