Your Ad Here

Thursday, January 12, 2012

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

I am new bee to Django. Can some one help me what is below error and
how to solve?

C:\PythonExamples\compass>python manage.py runserver 18080
Traceback (most recent call last):
File "manage.py", line 14, in ?
execute_manager(settings)
File "C:\Program Files\Python24\lib\site-packages\django\core
\management\__init__.py", line 438, in execute_manager
utility.execute()
File "C:\Program Files\Python24\lib\site-packages\django\core
\management\__init__.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "C:\Program Files\Python24\lib\site-packages\django\core
\management\base.py", line 191, in run_from_argv
self.execute(*args, **options.__dict__)
File "C:\Program Files\Python24\lib\site-packages\django\core
\management\base.py", line 209, in execute
translation.activate('en-us')
File "C:\Program Files\Python24\lib\site-packages\django\utils
\translation\__init__.py", line 100, in activate
return _trans.activate(language)
File "C:\Program Files\Python24\lib\site-packages\django\utils
\translation\__init__.py", line 43, in __getattr__
if settings.USE_I18N:
File "C:\Program Files\Python24\lib\site-packages\django\utils
\functional.py", line 276, in __getattr__
self._setup()
File "C:\Program Files\Python24\lib\site-packages\django\conf
\__init__.py", line 42, in _setup
self._wrapped = Settings(settings_module)
File "C:\Program Files\Python24\lib\site-packages\django\conf
\__init__.py", line 139, in __init__
logging_config_func(self.LOGGING)
File "C:\Program Files\Python24\lib\site-packages\django\utils
\dictconfig.py", line 553, in dictConfig
dictConfigClass(config).configure()
File "C:\Program Files\Python24\lib\site-packages\django\utils
\dictconfig.py", line 321, in configure
del logging._handlerList[:]
AttributeError: 'module' object has no attribute '_handlerList'


Thanks in Advance
Murugesan M

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

0 comments:

Post a Comment