You should also install the application itself with -i option, that way you will retrieve tgext.crud and so on from the private index where they should have a proper version.
On Thu, Apr 23, 2015 at 7:19 PM, Joe Seeley <[email protected]> wrote: > I'm looking at upgrading a legacy TurboGears 2.0.4 application; the > original developer has moved on. So I'm trying to get a dev environment up > and running with the 2.0.x series of TurboGears to start so I can test > everything out. > > I tried using easy_install to get the 2.0 tg.devtools using > > easy_install -i http://www.turbogears.org/2.0/downloads/current/index > tg.devtools > > The easy install runs and everything looks like it is ok at first, but > then I will get errors later saying that tgext.crud requires TurboGears > 2.2.0 > > error: TurboGears2 2.0.4 is installed but TurboGears2>=2.2.0 is required > by set(['tgext.crud']) > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/turbogears. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

