Re: [Distutils] virtualenv + python 2.6 (setuptools 2.6 egg)
At 11:59 AM 10/4/2008 -0500, Brett Hoerner wrote:
Ian Bicking wrote:
Yes, the missing egg is causing the problem. ez_setup.py doesn't seem to use a tarball fallback (I'm not sure why). Phillip - can there either be a 2.6 egg uploaded, or have ez_setup.py install the tarball when the egg is missing?
Any news on this front? 2.6 is out but virtualenv is still broken because it can't fallback to the tarball.
Ian uploaded the egg a couple days ago.
Thanks! Brett _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
On Sat, Oct 4, 2008 at 1:34 PM, Phillip J. Eby <pje@telecommunity.com> wrote:
Ian uploaded the egg a couple days ago.
Sorry, I've been reading up recently but I'm still a bit unfamiliar with PyPI, etc. Does it take a while for the new egg to show up on PyPI? I'm running virtualenv 1.3 (latest on PyPI) on Python 2.6 - and it's failing as of Oct 4. I don't see any 2.6 eggs on http://pypi.python.org/pypi/setuptools I don't mean to poke anyone - I can wait if that's all it takes now - I just want to make sure it isn't something on my end that I need to fix? Thanks, Brett
On Sat, Oct 4, 2008 at 1:39 PM, Brett Hoerner <bretthoerner@gmail.com> wrote:
I don't mean to poke anyone - I can wait if that's all it takes now - I just want to make sure it isn't something on my end that I need to fix?
And right after I send this I realized that there is a 2.6 egg on PyPI. virtualenv 1.3 just wants to find setuptools-0.6c8 and not c9. I guess this needs a new virtualenv point release? Anyways, thanks. I'll take it to the virtualenv list. Brett
Brett Hoerner wrote:
On Sat, Oct 4, 2008 at 1:39 PM, Brett Hoerner <bretthoerner@gmail.com> wrote:
I don't mean to poke anyone - I can wait if that's all it takes now - I just want to make sure it isn't something on my end that I need to fix?
And right after I send this I realized that there is a 2.6 egg on PyPI. virtualenv 1.3 just wants to find setuptools-0.6c8 and not c9. I guess this needs a new virtualenv point release?
Anyways, thanks. I'll take it to the virtualenv list.
For now use virtualenv trunk, which has several 2.6 fixes: http://svn.colorstudy.com/virtualenv/trunk/virtualenv.py -- Ian Bicking : ianb@colorstudy.com : http://blog.ianbicking.org
participants (3)
-
Brett Hoerner -
Ian Bicking -
Phillip J. Eby