Thanks Karen, that was it, I thought i had deleted it but it managed
to sneak in there twice somehow, so one was left.

On 19 Sep, 02:21, Karen Tracey <[email protected]> wrote:
> On Fri, Sep 18, 2009 at 4:38 PM, When ideas fail
> <[email protected]>wrote:
>
>
>
> > Hello, can someone tell me what this error means? It seems to be
> > stopping all my django stuff from working, it doesn't even render
> > error pages anymore.  I've tried deleting all the stuff i've done
> > since it started happening but still no joy.
>
> > Thanks,
>
> > Andrew
>
> > MOD_PYTHON ERROR
>
> > [snip]
>
> File "C:\ProgLangs\Python25\lib\site-packages\django\utils> 
> \translation\trans_real.py", line 198, in translation
> >    default_translation = _fetch(settings.LANGUAGE_CODE)
> >  File "C:\ProgLangs\Python25\lib\site-packages\django\utils
> > \translation\trans_real.py", line 181, in _fetch
> >    app = getattr(__import__(appname[:p], {}, {}, [appname[p+1:]]),
> > appname[p+1:])
> > AttributeError: 'module' object has no attribute 'openid'
>
> Looks like you've added some app named 'openid' to your INSTALLED_APPS but
> it isn't being found when Django tries to import it.
>
> Karen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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