Re: Turning on mod_python in Apache does not allow non-Django pages to rendor correctly

2008-07-17 Thread danielk
On Jul 16, 2:34 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Wed, Jul 16, 2008 at 1:49 PM, danielk <[EMAIL PROTECTED]> wrote: > > > On Jul 16, 12:03 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > > On Wed, Jul 16, 2008 at 10:51 AM, danielk <[EMAIL PROTECTED]> > > wrote: > > > > > I've

Re: Turning on mod_python in Apache does not allow non-Django pages to rendor correctly

2008-07-16 Thread Karen Tracey
On Wed, Jul 16, 2008 at 1:49 PM, danielk <[EMAIL PROTECTED]> wrote: > > On Jul 16, 12:03 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > On Wed, Jul 16, 2008 at 10:51 AM, danielk <[EMAIL PROTECTED]> > wrote: > > > > > I've been doing things with PHP (and phpDocumentor) and recently > > >

Re: Turning on mod_python in Apache does not allow non-Django pages to rendor correctly

2008-07-16 Thread danielk
On Jul 16, 12:03 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Wed, Jul 16, 2008 at 10:51 AM, danielk <[EMAIL PROTECTED]> wrote: > > > I've been doing things with PHP (and phpDocumentor) and recently > > started looking into Django. > > > I now have the following in my 'httpd.conf' file: > >

Re: Turning on mod_python in Apache does not allow non-Django pages to rendor correctly

2008-07-16 Thread Karen Tracey
On Wed, Jul 16, 2008 at 10:51 AM, danielk <[EMAIL PROTECTED]> wrote: > > I've been doing things with PHP (and phpDocumentor) and recently > started looking into Django. > > I now have the following in my 'httpd.conf' file: > > LoadModule python_module "C:/Progra~1/Apache~1/Apache2.2/modules/ >

Turning on mod_python in Apache does not allow non-Django pages to rendor correctly

2008-07-16 Thread danielk
I've been doing things with PHP (and phpDocumentor) and recently started looking into Django. I now have the following in my 'httpd.conf' file: LoadModule python_module "C:/Progra~1/Apache~1/Apache2.2/modules/ mod_python.so" SetHandler python-program PythonHandler