Hi all.  I just created a new Django-1.4 project and got this error:

Traceback (most recent call last):
  File "manage.py", line 14, in <module>
    execute_manager(settings)
  File
"/Users/jeffersonheard/Source/geoanalytics/lib/python2.7/site-packages/django/core/management/__init__.py",
line 438, in execute_manager
    utility.execute()
  File
"/Users/jeffersonheard/Source/geoanalytics/lib/python2.7/site-packages/django/core/management/__init__.py",
line 379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File
"/Users/jeffersonheard/Source/geoanalytics/lib/python2.7/site-packages/django/core/management/__init__.py",
line 252, in fetch_command
    app_name = get_commands()[subcommand]
  File
"/Users/jeffersonheard/Source/geoanalytics/lib/python2.7/site-packages/django/core/management/__init__.py",
line 101, in get_commands
    apps = settings.INSTALLED_APPS
  File
"/Users/jeffersonheard/Source/geoanalytics/lib/python2.7/site-packages/django/utils/functional.py",
line 276, in __getattr__
    self._setup()
  File
"/Users/jeffersonheard/Source/geoanalytics/lib/python2.7/site-packages/django/conf/__init__.py",
line 42, in _setup
    self._wrapped = Settings(settings_module)
  File
"/Users/jeffersonheard/Source/geoanalytics/lib/python2.7/site-packages/django/conf/__init__.py",
line 139, in __init__
    logging_config_func(self.LOGGING)
  File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/config.py",
line 776, in dictConfig
    dictConfigClass(config).configure()
  File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/config.py",
line 562, in configure
    'filter %r: %s' % (name, e))
ValueError: Unable to configure filter 'require_debug_false': Cannot
resolve 'django.utils.log.RequireDebugFalse': No module named
RequireDebugFalse

I'm using virtualenv and the system python.

Regards,

-- Jeff

-- 
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