Hey, I'm posting this so other people looking for a solution can find it more easily. This is nothing official.
I'm developing an TG1 project for a while now, and since my linux distro (Arch) started shipping Python 2.6 instead of Python 2.5 I couldn't run my installation of TG1.0.7. Like most of you know, RuleDispatch isn't compatible (yet?) with Python 2.6, so even after reinstalling everything - TG1.0.7 won't load. The good news is that TG1.1 doesn't need RuleDispatch, and works with Python 2.6 (I'm having troubles running 'tg-admin shell' but other than that all is good). The bad news is that 'easy_install turbogears' won't get you TG1.1, since there's no py2.6-version-.egg file for it. So, get the 1.1 branch from SVN: svn co http://svn.turbogears.org/branches/1.1 turbogears and easy_install it (this shall get all the dependencies right). This way you'll be able to run TG1.1 using Python2.6, which seems fully compatible with TG1 on Python2.5. Hope this helps some! :) Yo'av. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

