2010/9/11 Freewind <[email protected]> > 5. I followed > > http://www.turbogears.org/2.0/docs/main/DownloadInstall.html#installing-turbogears > to install turbogears. I didn't choose: > easy_install -i http://www.turbogears.org/2.0/downloads/current/index > tg.devtools > just because it uses an old sqlalchemy version(0.5?) and > pylons(0.97?), but I used to work with sqlalchemy 0.6 and pylons 1.0 >
> Just now, I found the reason: It because of the version of pylons and > routes. > > As I installed with the lastest code from svn, it installed the > lastest pylons version(1.0) and route(1.12.3). I just downgrade them > to 0.9.7 and 1.11, then restart, everything is OK now. > > I think the reason is turbogears is not work well with pylons 1.0(or > routes 1.12?) > That is all correct. That's also why we provide our own PyPi. The packages there are tested, and known to work Correctly. Going with other versions of any of those packages may, or may not, work for you. Glad you found a solution that does work for you, though. -- Michael J. Pedersen My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] -- 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?hl=en.

