is there a way to call render with string teamplates?

2009-02-06 Thread Jonathan Vanasco
ie -- instead of passing in a file, passing in a string? the only way i can think of this right now is with a tmpfile, and i'd like to avoid that. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss

Re: is there a way to call render with string teamplates?

2009-02-06 Thread Dalius Dobravolskas
Hello, On Fri, Feb 6, 2009 at 9:03 PM, Jonathan Vanasco jonat...@findmeon.comwrote: ie -- instead of passing in a file, passing in a string? the only way i can think of this right now is with a tmpfile, and i'd like to avoid that. I'm pretty sure that methods must return string and that's

Re: is there a way to call render with string teamplates?

2009-02-06 Thread Wichert Akkerman
Previously Dalius Dobravolskas wrote: Hello, On Fri, Feb 6, 2009 at 9:03 PM, Jonathan Vanasco jonat...@findmeon.comwrote: ie -- instead of passing in a file, passing in a string? the only way i can think of this right now is with a tmpfile, and i'd like to avoid that. I'm

Re: is there a way to call render with string teamplates?

2009-02-06 Thread Jonathan Vanasco
ok, this has given me ideas! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email to

Re: is there a way to call render with string teamplates?

2009-02-06 Thread Mike Orr
On Fri, Feb 6, 2009 at 12:13 PM, Dalius Dobravolskas dalius.dobravols...@gmail.com wrote: Hello, On Fri, Feb 6, 2009 at 9:03 PM, Jonathan Vanasco jonat...@findmeon.com wrote: ie -- instead of passing in a file, passing in a string? the only way i can think of this right now is with a

Re: is there a way to call render with string teamplates?

2009-02-06 Thread Jonathan Vanasco
well, for this purpose I know that the templates will ALWAYS be mako -- its a failsafe built-in template for a distributed system that is only used if not overridden. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups