On 4/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Jorge Godoy wrote: > > It missed it in the first "setup.py develop" but it installed it > > now... So, "invalid" and "my fault" ;-) Sorry. > > I'm having problems with it too. > > In my site-packages, I have a ConfigObj-4.3.0-py2.4.egg directory, but > instead of anything meaningful it has a "downman.py" file in it. > > Upon inspection, it appears that it's a ZIP file. > > I unzipped the contents of the "downman.py" ZIP file to another dir, > which created a configobj-4.3.0 directory. Inside of that I did > "easy_install ." and all is now well. > > Perhaps this is a side-effect of changes on the website where ConfigObj > is hosted?
It is a side effect of how that website is set up. I'm not sure that there's an easy way around what's happening there. Easy Install thinks it's downloading a single Python module (downman.py), but that's actually a download manager for the site which is sending along a zip file. I have correct eggs on tg.org. Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
