Re: [EMAIL PROTECTED] Writing Apache modules in Python

2005-09-08 Thread Nick Kew
On Thursday 08 September 2005 14:52, Devraj Mukherjee wrote: > Hi everyone, > > I am a newbie to mod_python (I have programmed in Python before) and > having trouble understanding if using mod_python or one of the related > projectes (such as mod_snake which seems to be dea) I can actually develop

Re: [EMAIL PROTECTED] Writing Apache modules in Python

2005-09-08 Thread Craig Dunigan
Have you tried the mod_python manual? http://www.modpython.org/live/current/doc-html/ In particular, you probably want the section titled "Python API." -- Craig Dunigan IS Technical Services Specialist Middleware - EIS - DoIT University of Wisconsin, Madison opinions expressed are my own, not

[EMAIL PROTECTED] Writing Apache modules in Python

2005-09-08 Thread Devraj Mukherjee
Hi everyone, I am a newbie to mod_python (I have programmed in Python before) and having trouble understanding if using mod_python or one of the related projectes (such as mod_snake which seems to be dea) I can actually develop Apache modules in Python. I have been tossing the option of writing m