Hi all,

I'm facing with 500 Internal error when deploy Turbogears with Mako as
template engine,
actually, I used to encounter with the same problem when I use Turbogears'
built-in web server,
but I can get over it by put "mako.directories = ['path/to/templates','']
into app.cfg,
after that, things goes well until I tried to deploy it via mod_wsgi the
problem occurs again.

So, I guess, it's supposed to be something about "mako.directories"  again,
but I have no idea where to put it after app.cfg,
I've tried to put
"turbogears.config.update({'mako.directories':['path/to/templates','']})"
into WSGI script as well,
unfortunately, it's not work!

If there anyone used to have the same problem and got solutions already,
please give me some advices.

Thanks in advance for every reply!

PS. Other template engines works well on mod_wsgi except Mako, unfortunately
me, I like Mako's style! :(


-- 
Cheers!
BLeAmâ„¢
----------------
Let me be there, Where the Computer has decided

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to