On 9/15/06, Kevin Horn <[EMAIL PROTECTED]> wrote: > easy_install was complaining about needing sqlobject 0.7.1rc1, which isn't > on the TG download site > this is a "problem" with easy_install
the reason for the "" is some weird name interpretation. http://mail.python.org/pipermail/distutils-sig/2006-September/006665.html I Believe Elvelind already fix it with a more strict constrain here http://trac.turbogears.org/turbogears/browser/trunk/setup.py#L42 for the moment I believe that running easy_install -Uf http://www.turbogears.org/download/index.html SQLObject==0.7.1dev-r1860 (not sure about the exact command, and the firewall is blocking it) > some of the older eggs are there, but not that one...it seems to be only > available from the sqlobject.org site, which was unavailable last night. > > Kevin H > > > On 9/15/06, Kevin Dangoor <[EMAIL PROTECTED] > wrote: > > > > > > It looks like the eggs are there to me. I just stuck a source tarball > there for good measure, but you shouldn't need it. > > > > > > Kevin > > > > > > > > > > > > On Sep 15, 2006, at 2:15 AM, Kevin Horn wrote: > > > > > > > > Well, it appears that sqlobject.org is unavailable again, and I'm unable > to complete my upgrade to TG 1.0b1. Setuptools keeps hanging when it tries > to read from sqlobject.org. > > > > I considered just downloading the SQLObject egg from > http://www.turbogears.org/download/index.html, since I > thought that all the required eggs were supposed to be there, but it appears > to be missing. > > > > Are all TG dependencies still supposed to be hosted on the TG downloads > page? Am I wrong about this, or was it just left off by accident? > > > > -- Up way too late and curious about eggs > > Kevin H > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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 -~----------~----~----~----~------~----~------~--~---

