I have two, what looks like, identical servers. I copied a project from
one to the other and tried to run it using the dev server and I get the
error shown in the subject. Thinking it might be something I introduced
I tried running the Satchmo example projects and they fail too.

satchmo_check shows no errors, the traceback happens when I try to load
a page.

Ideas anyone?

Regards,
Iain.


Satchmo 0.9, Django 1.1.1, Python 2.5

Traceback (most recent call last):

  File
"/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py",
line 279, in run self.result = application(self.environ,
self.start_response)

  File
"/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py",
line 651, in __call__ return self.application(environ, start_response)

  File "/usr/lib/python2.5/site-packages/django/core/handlers/wsgi.py",
line 241, in __call__ response = self.get_response(request)

  File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py",
line 73, in get_response response = middleware_method(request)

  File "/usr/lib/python2.5/site-packages/django/middleware/locale.py",
line 17, in process_request translation.activate(language)

  File
"/usr/lib/python2.5/site-packages/django/utils/translation/__init__.py",
line 73, in activate return real_activate(language)

  File
"/usr/lib/python2.5/site-packages/django/utils/translation/trans_real.py",
line 205, in activate _active[currentThread()] = translation(language)

  File
"/usr/lib/python2.5/site-packages/django/utils/translation/trans_real.py",
line 195, in translation current_translation = _fetch(language,
fallback=default_translation)

  File
"/usr/lib/python2.5/site-packages/django/utils/translation/trans_real.py",
line 160, in _fetch res._info = res._info.copy()

AttributeError: 'NoneType' object has no attribute '_info'

--

You received this message because you are subscribed to the Google Groups 
"Satchmo 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/satchmo-users?hl=.


Reply via email to