I'm making a set of demo apps, which is a directory with several one-file Pyramid applications and a common template file they all use. So they are not in a named package. How do I specify the template in the 'renderer' argument (page.mako or page.pt, I'm not sure which I want to use)? With renderer="page.mako" I got a template not found error.
Also, is there a debugging setting to tell me which paths it considered? -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/groups/opt_out.
