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

Re: Server side includes and Python.

2006-01-22 Thread Deron Meranda
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 need to give your proposal some more thought before I

Server side includes and Python.

2006-01-22 Thread Graham Dumpleton
A few weeks back I created a JIRA entry relating to integrating server side includes with Python. The entry is: http://issues.apache.org/jira/browse/MODPYTHON-104 I finally got around to having a go at implementing it and have some initial code now working. The point of this email is to get fe