So it looks like the templating engine isn't being setup, which makes
sense since it normally wouldn't be needed. How can I setup the
templating engine?
Here's a normal dispatch to the root controller:
11:26:38,414 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks
queued)
11:26:38,414 DEBUG [routes.middleware] Matched GET /
11:26:38,414 DEBUG [routes.middleware] Route path: '/', defaults:
{'action': u'index', 'controller': u'root'}
11:26:38,414 DEBUG [routes.middleware] Match dict: {'action':
u'index', 'controller': u'root'}
11:26:38,414 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object
globals
11:26:38,414 DEBUG [pylons.wsgiapp] Resolved URL to controller:
u'root'
11:26:38,414 DEBUG [pylons.wsgiapp] Controller appears to be a class,
instantiating
11:26:38,414 DEBUG [pylons.wsgiapp] Calling controller class with WSGI
interface
11:26:38,414 DEBUG [pylons.controllers.core] Looking for u'index'
method to handle the request
11:26:38,414 DEBUG [pylons.controllers.core] Calling 'index' method
with keyword args: **{}
11:26:38,414 DEBUG [pylons.templating] Render called with ['genshi']
args and {} keyword args
11:26:38,414 DEBUG [pylons.templating] Updated render namespace with
pylons vars: {'c': <pylons.util.AttribSafeContextOb
j at 0x24a3f70 bHasAuthCookie=False, bSessionValid=False,
links=[{'url': 'searchBasic/0/1/test', 'name': 'searchBasic (J
SON)...ge'}]>, 'render': <function render at 0x0166AAF0>, 'g':
<casehistory.lib.app_globals.Globals object at 0x01B24690
>, 'h': <module 'casehistory.lib.helpers' from
>'C:\Projects\CaseHistory\CaseHistory-Pylons\casehistory\lib\helpers.pyc'>
, 'request': <paste.wsgiwrappers.WSGIRequest object at 0x24a3bd0
method='GET',
scheme='http', host='localhost:5000', script_name='', path_info='/',
languages=['en-us'], charset='utf-8', errors='replace',
And here is the dispatch to the EmbeddedtracController:
11:34:02,937 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks
queued)
11:34:02,937 DEBUG [routes.middleware] Matched GET /ArrowEscWiki/
chrome/common/trac_banner.png
11:34:02,937 DEBUG [routes.middleware] Route path: '/ArrowEscWiki/
*path_info', defaults: {'action': u'index', 'controlle
r': u'EmbeddedTrac'}
11:34:02,937 DEBUG [routes.middleware] Match dict: {'action':
u'index', 'controller': u'EmbeddedTrac', 'path_info': 'chr
ome/common/trac_banner.png'}
11:34:02,937 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object
globals
11:34:02,937 DEBUG [pylons.wsgiapp] Resolved URL to controller:
u'EmbeddedTrac'
11:34:02,937 DEBUG [pylons.wsgiapp] Controller appears to be a class,
instantiating
11:34:02,937 DEBUG [pylons.wsgiapp] Calling controller class with WSGI
interface
Any ideas are appreciated.
-Eric
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---