Hi, has anyone else seen this kind of problem?
The stack trace is complaining about the tg in:
<title py:replace="''">Your title goes here</title>
<meta py:replace="select('*')"/>
<link rel="stylesheet" type="text/css" media="screen"
href="${tg.url('/css/style.css')}" />
in master.html from Wiki20 ie. it is unlikely to be wrong.
This seems ridiculous. If I hit the back button, there's my TG2.0 app
so what's really happening? The trace doesn't seem to mention any of
my modules. There are no imports in html files in /templates anyway.
So where does the templating engine(in this case genshi) get it's
imports for interpreting "${blah.." stuff?
I've tried 'easy_install -U tg.devtools' and got 2.0.1 now and
tg.devtools exists in easy-install.pth (in my tg2env.)
I moved "./tg.devtools-2.0.1-py2.5.egg" and "./turbogears2-2.0.1-
py2.5.egg" up into the first section, above my project entries, and
was rewarded with "maximum recursion depth exceeded" instead. What's
going on?
I can post easy-install.pth and stack trace if that's required.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---