Kevin Dangoor wrote: > On 10/17/05, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > > You left off the '-f http://turbogears.org/download/', so that > > EasyInstall will use the Turbogears-supplied download links. > > > > I believe this would actually have worked correctly the way you typed > > it, if Kevin had put a link to http://turbogears.org/download/ in his > > download URL on the TurboGears PyPI page at > > http://python.org/pypi/TurboGears/ . > > Interesting. I've added the download URL. > > So that means that > easy_install TurboGears > > should work, because it would get all of the related packages from > TurboGears.org?
It now works for me for everything but FormEncode. It doesn't seem to handle upgrading that well, as I already have 0.2.2 installed. (It looks like I have some work to do on ignoring conflicts when processing requirements.) I had to explicitly upgrade FormEncode using the -f for it to work, then resume the TurboGears install. But if somebody's doing a fresh install without any of the dependencies, then yeah, "easy_install TurboGears" should work just fine now. In the meantime, I guess I should figure out why upgrading installed dependencies doesn't work. :(

