I have found the sollution ..
Since version 1.3 i need to set the setting LOGGING_CONFIG

I placed LOGGING_CONFIG = None

in settings.py and now it works

On May 15, 7:36 pm, "Mishen'ka" <maarikbennietb...@gmail.com> wrote:
> Hello everyone,
>
> I was updating my Django version to version 1.3
>
> And i get a error where i cant find the reason.
> I have nothing more then this message:
>
> MOD_PYTHON ERROR
>
> ProcessId:      3138
> Interpreter:    'server1.lokaal'
>
> ServerName:     'server1.lokaal'
> DocumentRoot:   '/var/www'
>
> URI:            '/'
> Location:       '/'
> Directory:      None
> Filename:       '/var/www/'
> PathInfo:       ''
>
> Phase:          'PythonHandler'
> Handler:        'django.core.handlers.modpython'
>
> Traceback (most recent call last):
>
>   File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line
> 1537, in HandlerDispatch
>     default=default_handler, arg=req, silent=hlist.silent)
>
>   File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line
> 1229, in _process_target
>     result = _execute_target(config, req, object, arg)
>
>   File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line
> 1128, in _execute_target
>     result = object(arg)
>
>   File "/usr/local/lib/python2.6/dist-packages/Django-1.3-py2.6.egg/
> django/core/handlers/modpython.py", line 213, in handler
>     return ModPythonHandler()(req)
>
>   File "/usr/local/lib/python2.6/dist-packages/Django-1.3-py2.6.egg/
> django/core/handlers/modpython.py", line 174, in __call__
>     self.load_middleware()
>
>   File "/usr/local/lib/python2.6/dist-packages/Django-1.3-py2.6.egg/
> django/core/handlers/base.py", line 39, in load_middleware
>     for middleware_path in settings.MIDDLEWARE_CLASSES:
>
>   File "/usr/local/lib/python2.6/dist-packages/Django-1.3-py2.6.egg/
> django/utils/functional.py", line 276, in __getattr__
>     self._setup()
>
>   File "/usr/local/lib/python2.6/dist-packages/Django-1.3-py2.6.egg/
> django/conf/__init__.py", line 42, in _setup
>     self._wrapped = Settings(settings_module)
>
>   File "/usr/local/lib/python2.6/dist-packages/Django-1.3-py2.6.egg/
> django/conf/__init__.py", line 139, in __init__
>     logging_config_func(self.LOGGING)
>
>   File "/usr/local/lib/python2.6/dist-packages/Django-1.3-py2.6.egg/
> django/utils/dictconfig.py", line 553, in dictConfig
>     dictConfigClass(config).configure()
>
>   File "/usr/local/lib/python2.6/dist-packages/Django-1.3-py2.6.egg/
> django/utils/dictconfig.py", line 154, in __init__
>     self.config = ConvertingDict(config)
>
> TypeError: 'bool' object is not iterable
>
> Can someone help me to find the reason?
>
> Thanks

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

Reply via email to