Hi,
I haven't seen this error myself yet, but you could try to use the patch
here:
http://code.djangoproject.com/ticket/3583
SmileyChris was so nice as to improve my initial patch, and possibly
this will sooner or later even make it into trunk.

cheers,
Sean

David Reynolds wrote:
> Hi,
>
> I've been playing with the apache auth from djangosnippets [0] and
> I've had it working, but it now seems to be erroring a lot with the
> following error:
>
> Mod_python error: "PythonAccessHandler historymagazine.modpython"
>
> Traceback (most recent call last):
>
>   File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
> 287, in HandlerDispatch
>     log=debug)
>
>   File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
> 464, in import_module
>     module = imp.load_module(mname, f, p, d)
>
>   File "/var/www/django/historymagazine/modpython.py", line 2, in ?
>     from django.core.handlers.base import BaseHandler
>
> ImportError: No module named django.core.handlers.base
>
> Anyone have any ideas why this might be happening?
>
> Thanks,
>
> David
>
> [0 - http://www.djangosnippets.org/snippets/62/]
> --David Reynolds
> [EMAIL PROTECTED]
>
>


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to