Re: Errors installing mod_python with apache

2011-12-27 Thread Mark Seger
I did try yum and got this: [root@rhel53 tmp]# yum install mod_python Loaded plugins: rhnplugin, security This system is not registered with RHN. RHN support will be disabled. Setting up Install Process Parsing package install arguments No package mod_python available. Nothing to do after further

Re: Errors installing mod_python with apache

2011-12-27 Thread Rami Chowdhury
On Tue, Dec 27, 2011 at 13:32, Mark Seger wrote: > I've tried this on both RHEL5.5 and RHEL 6.0, using the default apache that > comes with the environment and itself isn't configured with mod_python. > > The first thing I noticed when mod_python wouldn't install was that apsx > wasn't installed e

Errors installing mod_python with apache

2011-12-27 Thread Mark Seger
I've tried this on both RHEL5.5 and RHEL 6.0, using the default apache that comes with the environment and itself isn't configured with mod_python. The first thing I noticed when mod_python wouldn't install was that apsx wasn't installed either. After a lot of pain, I discovered httpd-devel provi

installing mod_python

2008-01-11 Thread Milad
I downloaded mod_python and Enter: sh install-sh but the installer said that you would install DSO http://httpd.apache.org/docs/2.0/dso.html http://httpd.apache.org/docs/2.0/programs/apxs.html but how cat in install DSO and apxs? I'm using ubuntu gnu/linux -- http://mail.python.org/mailman/listin

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
t; Unless you really need Python 2.4, it is easier to use the OS > > > supplied version of Python. If you must use an alternate version, use > > > the --with-python option to configure formod_pythonto tell it which > > > version. Depending on where that Python version is i

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
is to configure formod_python, not Python. > > > Unless you really need Python 2.4, it is easier to use the OS > > supplied version of Python. If you must use an alternate version, use > > the --with-python option to configure formod_pythonto tell it which > > version. Dependin

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

Re: installing mod_python with python 2.4 on Windows xp

2005-05-15 Thread Luis M. Gonzalez
Thanks for the suggestion. The reason I didn't post this question in mod_python's list is because somebody already asked this question there, but he got only one reply. Anyway I followed this advice but it didn't work, so I thought that maybe I could get the answer here. I'll try again though to s

Re: installing mod_python with python 2.4 on Windows xp

2005-05-15 Thread grahamd
Suggested that you ask this on the mod_python mailing list: http://mailman.modpython.org/mailman/listinfo/mod_python Detail exactly what the problems you are having are. The person who packages the dev versions is on the mod_python list as are other developers of mod_python. I don't know that t

installing mod_python with python 2.4 on Windows xp

2005-05-15 Thread Neuruss
mod_python binary is the most up to date I could get, but I don't know how stable it is. I'd like to know if anyone succeded installing mod_python and, if so, what configuration used in httpd.conf. Any information would be highly appreciated... Thanks! LUIS -- http://mail.python.org/mai