On Jun 2, 10:57 am, slix <[EMAIL PROTECTED]> wrote:
> LoadModule python_module modules/mod_python.so
>
> this is weird, i open the file and add that then windows says the file
> cant be found and cant create the file either although it isclearly
> there.
Apache when run as a Windows service runs as a special user. If that
user doesn't have privileges to read the directories and files it will
not work.
In other words, make sure your file access permissions are all set
correctly. Compare the mod_python.so permissions to other Apache
modules in same directory.
Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---