On Mar 31, 2008, at 7:00 AM, Madhu Alagu wrote:

I receive an error message  "NameError: global name 'render' is not
defined"

Correct, the comment thats in new controller by default indicates how to fix this. You need to import the appropriate render statement:
from pylons.templating import render_mako as render

Cheers,
Ben

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to