At 12:04 AM 4/23/2007 -0700, Rob Cakebread wrote: >Hi, > >I have http://[EMAIL PROTECTED]/svn/yolk/trunk/#egg=yolk-dev >in my PKG-INFO. > >When I try to use 'easy_install yolk==dev' I get: > >Best match: yolk dev >Downloading >http://anonymous@tools.assembla.com/svn/yolk/trunk/#egg=yolk-dev >error: Download error for http://anonymous&: (-2, 'Name or service not known') > >I can see that when I use 'setup.py register' the @ is changed to @ >Is there any way around this?
Argh. setuptools.package_index isn't HTML-unquoting URLs. That needs to be fixed. :( _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
