I'm basically asking how to "include" the plyons and mako files in a stand alone python script?
I have a working web site, but what I want to do is use Mako templetes to format emails that I initiate through a cron script. I want to do it this way to reuse as much code as possible, as sometimes actions in the web site generate emails.
I could make the cron script access a certain URL, and then use pylons to generate the email, but that hack has many obvious problems.