Hi, I've just installed Django (last development version) and when I add
my app to the settings.py file I get this error:

Mod_python error: "PythonHandler django.core.handlers.modpython"

Traceback (most recent call last):

  File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in 
HandlerDispatch
    result = object(req)

  File "/usr/lib/python2.4/site-packages/django/core/handlers/modpython.py", 
line 161, in handler
    return ModPythonHandler()(req)

  File "/usr/lib/python2.4/site-packages/django/core/handlers/modpython.py", 
line 128, in __call__
    self.load_middleware()

  File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py", line 
29, in load_middleware
    mod = __import__(mw_module, '', '', [''])

  File 
"/usr/lib/python2.4/site-packages/django/contrib/sessions/middleware.py", line 
2, in ?
    from django.contrib.sessions.models import Session

  File "/usr/lib/python2.4/site-packages/django/contrib/sessions/models.py", 
line 34, in ?
    class Session(models.Model):

  File "/usr/lib/python2.4/site-packages/django/db/models/base.py", line 30, in 
__new__
    new_class.add_to_class('_meta', Options(attrs.pop('Meta', None)))

  File "/usr/lib/python2.4/site-packages/django/db/models/base.py", line 136, 
in add_to_class
    value.contribute_to_class(cls, name)

  File "/usr/lib/python2.4/site-packages/django/db/models/options.py", line 53, 
in contribute_to_class
    setattr(self, 'verbose_name_plural', meta_attrs.pop('verbose_name_plural', 
self.verbose_name + 's'))

  File "/usr/lib/python2.4/site-packages/django/utils/functional.py", line 42, 
in __wrapper__
    res = self.__func(*self.__args, **self.__kw)

  File 
"/usr/lib/python2.4/site-packages/django/utils/translation/trans_real.py", line 
255, in gettext
    _default = translation(settings.LANGUAGE_CODE)

  File 
"/usr/lib/python2.4/site-packages/django/utils/translation/trans_real.py", line 
184, in translation
    default_translation = _fetch(settings.LANGUAGE_CODE)

  File 
"/usr/lib/python2.4/site-packages/django/utils/translation/trans_real.py", line 
167, in _fetch
    app = getattr(__import__(appname[:p], {}, {}, [appname[p+1:]]), 
appname[p+1:])

AttributeError: 'module' object has no attribute 'menues'

Can someone help me fix this please?
Thanks in advance.

Facundo


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
begin:vcard
fn:Facundo Casco
n:Casco;Facundo
org:AMV Multiviajes Argentina S.R.L.
adr:Piso 12 Oficina 'G';;Esmeralda 847;Buenos Aires;CF;C1007ABI;Argentina
email;internet:[EMAIL PROTECTED]
tel;work:+54 11 5031-3060 / 3061
tel;fax:+54 11 4313-6141
url:http://www.multiviajesar.com.ar
version:2.1
end:vcard

Reply via email to