[mod_python] Cannot install , Need help

Nicolas Lehuen nicolas at lehuen.com
Thu Aug 31 09:19:05 EDT 2006


Turns out the problem was pretty simple : Aung Kyaw used the 3.2.8 release
which doesn't support Apache 2.2. This had somehow passed under my radar.

The "problem" is that in alphabetical order, 3.2.8 is the latest release,
and 3.2.10 is the first of the 3.2 release ! See for example
http://apache.crihan.fr/dist/httpd/modpython/win/

So Aung Kyaw thought he was downloading the latest version. I myself add
trouble to locate the 3.2.10 release at first sight when I wanted to point
him a correct download location...

Nicolas

2006/8/31, Clemens Herschel <herschel at panix.com>:
>
> > You haven't mentioned checking access rights to all the relevant files
> > for the user that Apache runs as. That is one that is usually on your
> > check list. But then, you have now asked what user Apache is running
> > as. :-)
> >
> > Graham
> >
> > On 31/08/2006, at 8:23 PM, Nicolas Lehuen wrote:
> >
> >> I must confess I'm at a loss, if you did all the checks you've written.
> >>
> >> One last possible problem may be that your Apache binary distribution
> >> is not built with the same MSVC version as the one I've used to build
> >> the binaries. Do you use the stock binary distribution of both Apache
> >> and mod_python, or have you tried to build one of the two yourself ?
> >>
> >> What user account is your Apache running under ?
> >>
> >> Regards,
> >> Nicolas
> >>
> >> 2006/8/29, Aung Kyaw Htet <akhtet at gmail.com>:Hello Nicolas,
> >>>
> >>> I've also looked at the message archives and found that this is a
> >>> common problem.
> >>>
> >>> - I've checked my C:\Windows\system32 folder and msvcp71.dll and
> >>> mscr71.dll are there.
> >>>
> >>> - I've checked and set my PATH variable from MyComputer so that the
> >>> entries
> >>> C:\Python24
> >>> C:\Python24\DLLs
> >>> C:\Windows\system32, are there.
> >>>
> >>> But i still can't run Apache yet. Am I still missing something else?
> >>>
> >>> Regards,
> >>> Aung
> >>>
> >>>
> >>> On 8/29/06, Nicolas Lehuen <nicolas at lehuen.com> wrote:
> >>>> Hi,
> >>>>
> >>>> Make sure that the Python and MSVCRT DLLs are in the PATH variable,
> >>>> either the system one or the one of the user the Apache server runs
> >>>> in.
> >>>>
> >>>> Regards,
> >>>> Nicolas
> >>>>
> >>>>  2006/8/29, Aung Kyaw Htet < akhtet at gmail.com>:Hi,
> >>>>
> >>>> I was just trying to install Mod Python, but couldn't get it working.
> >>>>
> >>>> Mod Python 3.2.8 Win32 for python 2.4
> >>>> Python 2.4.3
> >>>> Apache HTTP Server 2.2.2
> >>>> Windows XP Service Pack 2
> >>>>
> >>>> I changed the Apache configuration file as instructed
> >>>> LoadModule python_module modules/mod_python.so
> >>>>
> >>>> But then I tested my apache configuration, and got error message
> >>>> Cannot load C:/.../modules/mod_python.so into server. The specificed
> >>>> procedure could not be found.
> >>>>
> >>>> I tried reinstalling it, but still had the same error.
> >>>> I checked the mod_python.so .. it is really there.
> >>>> Other apache modules are also loaded form the same directory, but
> >>>> didn't raise any error.
> >>>>
> >>>> I hope someone can help me with this issue. Thanks!
> >>>>
> >>>> Aung
> >>>>
> >>>> _______________________________________________
> >>>> Mod_python mailing list
> >>>>  Mod_python at modpython.org
> >>>> http://mailman.modpython.org/mailman/listinfo/mod_python
> >>>>
> >>>>
> >>>>
> >>>
> >> _______________________________________________
> >> Mod_python mailing list
> >> Mod_python at modpython.org
> >> http://mailman.modpython.org/mailman/listinfo/mod_python
> >
> > _______________________________________________
> > Mod_python mailing list
> > Mod_python at modpython.org
> > http://mailman.modpython.org/mailman/listinfo/mod_python
> >
> >
> A shot in the dark as I am new to mod_python. But when I run python
> applications in a windows environment like Boa and wxpython, I have to set
> an environment variable PYTHONPATH.
> Clemens Herschel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20060831/2f0e9f51/attachment.html


More information about the Mod_python mailing list