Re: Installing mod_python on mac os 10.4.7

2007-07-30 Thread 7stud
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 "

Re: Installing mod_python on mac os 10.4.7

2007-07-30 Thread 7stud
> 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..

Re: Installing mod_python on mac os 10.4.7

2007-07-29 Thread 7stud
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

Re: Installing mod_python on mac os 10.4.7

2007-07-29 Thread Graham Dumpleton
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

Re: Installing mod_python on mac os 10.4.7

2007-07-29 Thread pepebuslo
www.pylonshq.com, www.pythonpaste.org you may find these easier than mod_python. -- http://mail.python.org/mailman/listinfo/python-list

Re: Installing mod_python on mac os 10.4.7

2007-07-29 Thread 7stud
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

Re: Installing mod_python on mac os 10.4.7

2007-07-29 Thread 7stud
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

Re: Installing mod_python on mac os 10.4.7

2007-07-29 Thread Graham Dumpleton
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

Re: Installing mod_python on mac os 10.4.7

2007-07-28 Thread 7stud
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

Re: Installing mod_python on mac os 10.4.7

2007-07-28 Thread 7stud
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

Re: Installing mod_python on mac os 10.4.7

2007-07-28 Thread 7stud
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

Re: Installing mod_python on mac os 10.4.7

2007-07-28 Thread 7stud
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

Re: Installing mod_python on mac os 10.4.7

2007-07-14 Thread Graham Dumpleton
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

Re: Installing mod_python on mac os 10.4.7

2007-07-14 Thread Graham Dumpleton
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

Installing mod_python on mac os 10.4.7

2007-07-14 Thread 7stud
The mod_python manual says this under section 2.1 Prerequisites: -- In order to compile mod_python you will need to have the include files for both Apache and Python, as well as the Python library installed on your system. If you installed Python and Apache from source, then you already have e