"Configuring a Standalone Application" http://www.myghty.org/docs/programmatic.myt#configuration_programmatic_interpreter_standalone
Depending on where you're at with your project you might want to also take a look at Mako, the new "Son of Myghty" (my words, not the author's): http://www.makotemplates.org/ Excerpt: """ Super-simple API. For basic usage, just one class, Template is needed: from mako.template import Template print Template("hello ${data}!").render(data="world") For filesystem management and template caching, add the TemplateLookup class. """ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
