Re: Help installing mod_python
Graham Dumpleton <[email protected]> Fri, 16 Oct 2009 09:48:57 +1100
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
2009/10/16 Jorge Sanchez <[email protected]>: > I continue reading people who succeded installing mod_python for python 2.5, > the thing is that when I try to install it the installer tells me that I > need version 2.3 to install and that it doesn't exist. After that I see a > window where I can write the path, but it doesn't allows me to do it. > Any help on this will be much appreciated. It is hard to guess what you are doing wrong given that you do not even show the output of the 'configure' or 'make' commands. At a guess though I would probably suggest you don't have the corresponding 'python-dev' package installed for your Python version. This will possibly result in the 'configure' script thinking you don't have any Python installed, or at least think it is the wrong version. Graham