Re: Server side includes and Python.

2006-01-23 Thread Graham Dumpleton
On 24/01/2006, at 3:07 AM, Deron Meranda wrote: On 1/23/06, Graham Dumpleton <[EMAIL PROTECTED]> wrote: Using "print" like that can't be done in an "eval", would need to use "exec". Sorry, I probably didn't mean to use the print in my example. Of course though you can always wrap sys.stdout

Re: Server side includes and Python.

2006-01-23 Thread Graham Dumpleton
On 23/01/2006, at 4:59 PM, Deron Meranda wrote: I like the SSI feature. It would fill a nice gap between using plain HTML files and having to go to a more featured template or engine. Some things are simple enough that the SSI concept should be enough, and having Python would be nice. I do n