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

2013-10-15 Thread Darion Yaphet
ll >>>>> profile<https://coderwall.com/lgiordani> >>>>> >>>>> >>>>> 2013/10/14 Darion Yaphet >>>>> >>>>>> Python 2.7.3 and Django is 1.5.3 .. >>>>>> >>>>&

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

2013-10-15 Thread Leonardo Giordani
/site-packages/django/conf/__init__.py", line > 77, in _configure_logging > logging_config_func(DEFAULT_LOGGING) > File "/usr/lib/python2.7/site-packages/django/utils/dictconfig.py", line > 555, in dictConfig > dictConfigClass(config).configure() > File "

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

2013-10-15 Thread Darion Yaphet
.configure() File "/usr/lib/python2.7/site-packages/django/utils/dictconfig.py", line 323, in configure del logging._handlerList[:] AttributeError: 'module' object has no attribute '_handlerList' and is something missing or any package is missing 2013/10/15

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

2013-10-14 Thread Leonardo Giordani
rdani.github.com> >>>> My profile on About.me <http://about.me/leonardo.giordani> - My GitHub >>>> page <https://github.com/lgiordani> - My Coderwall >>>> profile<https://coderwall.com/lgiordani> >>>> >>>> >>>>

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

2013-10-14 Thread Darion Yaphet
of The Digital Cat <http://lgiordani.github.com> >>> My profile on About.me <http://about.me/leonardo.giordani> - My GitHub >>> page <https://github.com/lgiordani> - My Coderwall >>> profile<https://coderwall.com/lgiordani> >>> >>>

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

2013-10-14 Thread Leonardo Giordani
all.com/lgiordani> >> >> >> 2013/10/14 Darion Yaphet >> >>> Hi all : >>> >>> when I use django-admin.py to init django project >>> django-admin.py startproject hello >>> >>> Got a exception .. >>> AttributeErro

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

2013-10-14 Thread Darion Yaphet
> > > 2013/10/14 Darion Yaphet > >> Hi all : >> >> when I use django-admin.py to init django project >> django-admin.py startproject hello >> >> Got a exception .. >> AttributeError: 'module' object has no attribute '_handlerList&

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

2013-10-14 Thread Leonardo Giordani
artproject hello > > Got a exception .. > AttributeError: 'module' object has no attribute '_handlerList' > > what is it > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubsc

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

2013-10-13 Thread Darion Yaphet
Hi all : when I use django-admin.py to init django project django-admin.py startproject hello Got a exception .. AttributeError: 'module' object has no attribute '_handlerList' what is it -- You received this message because you are subscribed to the Google G

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

2012-01-27 Thread MURUGESAN
figClass(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