Hi
I am fairly new to pylons, so please explain it as clear as possible
to me.
Currently I have a module:
def write_greeting(context):
context.write('hello world')
in the file
Wiki/wiki/greetings/helpers.py
Now when I use this in my mako template
<%namespace name="greeting" module="greetings.helpers" />
it says "ImportError: No module named greetings.helpers". Where should
I put that file instead, so it finds it?
--
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.