[mod_python] Cannot install , Need help

Clemens Herschel herschel at panix.com
Thu Aug 31 08:37:48 EDT 2006


> 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



More information about the Mod_python mailing list