Thanks for your quick response, Chris.

This is the traceback in text format: The problem is in view.pt, i m trying 
to figure out.

I have the same view.pt, given in your tutorial application 
(http://docs.pylonshq.com/pyramid/dev/tutorials/wiki2/definingviews.html)

URL: http://localhost:6543/FrontPage
File 
'/Users/raviteja/Documents/pylons/pyramidtut/lib/python2.6/site-packages/WebError-0.10.3-py2.6.egg/weberror/evalexception.py',
 
line 431 in respond
  app_iter = self.application(environ, detect_start_response)
File 
'/Users/raviteja/Documents/pylons/pyramidtut/lib/python2.6/site-packages/repoze.tm2-1.0a5-py2.6.egg/repoze/tm/__init__.py',
 
line 23 in __call__
  result = self.application(environ, save_status_and_headers)
File 
'/Users/raviteja/Documents/pylons/pyramidtut/lib/python2.6/site-packages/pyramid-1.0a9-py2.6.egg/pyramid/router.py',
 
line 162 in __call__
  response = view_callable(context, request)
File 
'/Users/raviteja/Documents/pylons/pyramidtut/lib/python2.6/site-packages/pyramid-1.0a9-py2.6.egg/pyramid/config.py',
 
line 2951 in _rendered_view
  context)
File 
'/Users/raviteja/Documents/pylons/pyramidtut/lib/python2.6/site-packages/pyramid-1.0a9-py2.6.egg/pyramid/renderers.py',
 
line 294 in render_view
  request=request)
File 
'/Users/raviteja/Documents/pylons/pyramidtut/lib/python2.6/site-packages/pyramid-1.0a9-py2.6.egg/pyramid/renderers.py',
 
line 322 in render_to_response
  result = self.render(value, system_values, request=request)
File 
'/Users/raviteja/Documents/pylons/pyramidtut/lib/python2.6/site-packages/pyramid-1.0a9-py2.6.egg/pyramid/renderers.py',
 
line 318 in render
  result = renderer(value, system_values)
File 
'/Users/raviteja/Documents/pylons/pyramidtut/lib/python2.6/site-packages/pyramid-1.0a9-py2.6.egg/pyramid/chameleon_zpt.py',
 
line 52 in __call__
  result = self.template(**system)
File 
'/Users/raviteja/Documents/pylons/pyramidtut/lib/python2.6/site-packages/Chameleon-1.2.13-py2.6.egg/chameleon/core/template.py',
 
line 103 in __call__
  return self.render(**kwargs)
File 
'/Users/raviteja/Documents/pylons/pyramidtut/lib/python2.6/site-packages/Chameleon-1.2.13-py2.6.egg/chameleon/core/template.py',
 
line 394 in render
  return super(TemplateFile, self).render(*args, **kwargs)
File 
'/Users/raviteja/Documents/pylons/pyramidtut/lib/python2.6/site-packages/Chameleon-1.2.13-py2.6.egg/chameleon/zpt/template.py',
 
line 16 in render
  kwargs.setdefault("macros", self.macros)
File 
'/Users/raviteja/Documents/pylons/pyramidtut/lib/python2.6/site-packages/Chameleon-1.2.13-py2.6.egg/chameleon/core/template.py',
 
line 381 in macros
  "Unable to read body (%s)." % self.filename)
RuntimeError: Unable to read body 
(/Users/raviteja/Documents/pylons/workspace/sampleapp/tutorial/templates/view.pt).

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-de...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to