When trying to use Mako with the Pyramid framework, by going into the
development.ini file, and adding the line

mako.directories = testProject:templates

in:

[app:testProject]

and then creating a simple html file called template.mako in the
templates subdirectory I get an:

ImportError: No module named testProject

But I fail to understand why this is happening after the above steps.
Why are those steps generating an importError?

Kind Reagrds,
Awais M.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@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