Yep, this is not directly a TG problem,
you have installed a templating engine responding to the "python.templating.engines" entry point but this engine depends on pylons which is not found on your system. Could you add a "print entrypoint" statement on line 362 of turbogears\view\base.py ? This will help you find the culprit module which fails... Florent. On 7/20/07, M.Gehling <[EMAIL PROTECTED]> wrote: > > Hello, > > i update to 1.0.3, but after that, turbogears failed with this error. > "ImportError: No module named pylons.templating" > > tg-admin failed also. > > lock at http://paste.turbogears.org/paste/1515 > > Marc > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

