The Testing section of the mod_python manual says to add the following
to httpd.conf(with my directory structure):
AddHandler mod_python .py
PythonHandler mptest
PythonDebug On
and your tutorial says to add this to httpd.conf:
---
AllowOverride FileInfo
Replace "
> Yeah! So is my install good? Why didn't the Directory tags in
> httpd.conf work?
Ok. I got the mod_python manual's Testing directions to work as
well. The Testing section actually says:
---
Add the following Apache directives, which can appear in ... the main
server configuration file..
On Jul 29, 5:28 pm, Graham Dumpleton <[EMAIL PROTECTED]>
wrote:
> On Jul 30, 2:37 am, 7stud <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Jul 29, 4:07 am, Graham Dumpleton <[EMAIL PROTECTED]>
> > wrote:
>
> > > Have you got an appropriate LoadModule directive in Apache
> > > configuration to load the mod
On Jul 30, 2:37 am, 7stud <[EMAIL PROTECTED]> wrote:
> On Jul 29, 4:07 am, Graham Dumpleton <[EMAIL PROTECTED]>
> wrote:
>
> > Have you got an appropriate LoadModule directive in Apache
> > configuration to load the mod_python module? That you get this error
> > is indicative of mod_python module n
www.pylonshq.com,
www.pythonpaste.org
you may find these easier than mod_python.
--
http://mail.python.org/mailman/listinfo/python-list
On Jul 29, 4:07 am, Graham Dumpleton <[EMAIL PROTECTED]>
wrote:
> Have you got an appropriate LoadModule directive in Apache
> configuration to load the mod_python module? That you get this error
> is indicative of mod_python module not being loaded. You can check the
> Apache error logs to see if
On Jul 29, 4:07 am, Graham Dumpleton <[EMAIL PROTECTED]>
wrote:
> > Any ideas what went wrong?
>
> Have you got an appropriate LoadModule directive in Apache
> configuration to load the mod_python module? That you get this error
> is indicative of mod_python module not being loaded.
>
I checked an
On Jul 29, 7:26 am, 7stud <[EMAIL PROTECTED]> wrote:
> On Jul 14, 8:34 pm, Graham Dumpleton <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > On Jul 15, 10:06 am, Graham Dumpleton <[EMAIL PROTECTED]>
> > wrote:
>
> > > On Jul 15, 2:47 am, 7stud <[EMAIL PROTECTED]> wrote:
>
> > > > Themod_pythonmanual says thi
My PATH environment variable looks like this:
PATH=/Library/Frameworks/Python.framework/Versions/Current/bin:/bin:/
sbin:/usr/bin:/usr/sbin:/usr/local/mysql/bin
--
http://mail.python.org/mailman/listinfo/python-list
I'm using Apache 2.2.4 whose root is /Library/Apache2. My installation
of python 2.4 is here:
/Library/Frameworks/Python.framework/Versions/2.4/
/Library/Frameworks/Python.framework/Versions/Current/
"Current" is a link to the 2.4 directory:
$ ls -al /Library/Frameworks/Python.framework/Ver
I also get this:
>>> import mod_python.psp
Traceback (most recent call last):
File "", line 1, in ?
ImportError: No module named mod_python.psp
>>>
--
http://mail.python.org/mailman/listinfo/python-list
On Jul 14, 8:34 pm, Graham Dumpleton <[EMAIL PROTECTED]>
wrote:
> On Jul 15, 10:06 am, Graham Dumpleton <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > On Jul 15, 2:47 am, 7stud <[EMAIL PROTECTED]> wrote:
>
> > > Themod_pythonmanual says this under section 2.1 Prerequisites:
>
> > > --
> > > In order to
On Jul 15, 10:06 am, Graham Dumpleton <[EMAIL PROTECTED]>
wrote:
> On Jul 15, 2:47 am, 7stud <[EMAIL PROTECTED]> wrote:
>
>
>
> > Themod_pythonmanual says this under section 2.1 Prerequisites:
>
> > --
> > In order to compilemod_pythonyou will need to have the include files
> > for both Apache
On Jul 15, 2:47 am, 7stud <[EMAIL PROTECTED]> wrote:
> Themod_pythonmanual says this under section 2.1 Prerequisites:
>
> --
> In order to compilemod_pythonyou will need to have the include files
> for both Apache and Python, as well as the Python library installed on
> your system. If you inst
14 matches
Mail list logo