﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12482	i18n crashed on developement version	guileen@…	nobody	"the crash messages below:
{{{
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File ""D:\workspace\cutecms\cutecms\manage.py"", line 2, in <module>
    from django.core.management import execute_manager
  File ""D:\opensource\django\django\core\management\__init__.py"", line 3, in <mo
dule>
    from optparse import OptionParser, NO_DEFAULT
  File ""D:\Python25\lib\optparse.py"", line 404, in <module>
    _builtin_cvt = { ""int"" : (_parse_int, _(""integer"")),
  File ""D:\Python25\lib\gettext.py"", line 566, in gettext
    return dgettext(_current_domain, message)
  File ""D:\Python25\lib\gettext.py"", line 530, in dgettext
    codeset=_localecodesets.get(domain))
  File ""D:\Python25\lib\gettext.py"", line 465, in translation
    mofiles = find(domain, localedir, languages, all=1)
  File ""D:\Python25\lib\gettext.py"", line 437, in find
    for nelang in _expand_lang(lang):
  File ""D:\Python25\lib\gettext.py"", line 131, in _expand_lang
    from locale import normalize
ImportError: cannot import name normalize
}}}

before the version which I got this crash messages, I got some message like 'warning: local wont import , cause no __init__.py found'
and the LocalMiddleware.process_request method take a long time on test."		closed	Uncategorized	dev		worksforme			Unreviewed	0	0	0	0	0	0
