Skip to content

Documentation on requirements for a local install? #3

@grrussel

Description

@grrussel

Hi, I gave this a spin on OSX 10.7 , Python 2.7, Django 1.3, and get errors. Is there a set of specific versions required? (and documentation for how to install locally, too? ;-) )

Traceback (most recent call last):
File "manage.py", line 14, in
execute_manager(settings)
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/django/core/management/init.py", line 438, in execute_manager
utility.execute()
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/django/core/management/init.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/django/core/management/init.py", line 252, in fetch_command
app_name = get_commands()[subcommand]
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/django/core/management/init.py", line 101, in get_commands
apps = settings.INSTALLED_APPS
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/django/utils/functional.py", line 276, in getattr
self._setup()
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/django/conf/init.py", line 42, in _setup
self._wrapped = Settings(settings_module)
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/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.CallbackFilter': No module named CallbackFilter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions