Created
February 12, 2012 21:26
-
-
Save alexdean/1810911 to your computer and use it in GitHub Desktop.
trouble setting up graphite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# python manage.py syncdb | |
Traceback (most recent call last): | |
File "manage.py", line 11, in ? | |
execute_manager(settings) | |
File "/usr/lib/python2.4/site-packages/django/core/management/__init__.py", line 438, in execute_manager | |
utility.execute() | |
File "/usr/lib/python2.4/site-packages/django/core/management/__init__.py", line 379, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/usr/lib/python2.4/site-packages/django/core/management/__init__.py", line 261, in fetch_command | |
klass = load_command_class(app_name, subcommand) | |
File "/usr/lib/python2.4/site-packages/django/core/management/__init__.py", line 67, in load_command_class | |
module = import_module('%s.management.commands.%s' % (app_name, name)) | |
File "/usr/lib/python2.4/site-packages/django/utils/importlib.py", line 35, in import_module | |
__import__(name) | |
File "/usr/lib/python2.4/site-packages/django/core/management/commands/syncdb.py", line 7, in ? | |
from django.core.management.sql import custom_sql_for_model, emit_post_sync_signal | |
File "/usr/lib/python2.4/site-packages/django/core/management/sql.py", line 6, in ? | |
from django.db import models | |
File "/usr/lib/python2.4/site-packages/django/db/__init__.py", line 2, in ? | |
from django.core import signals | |
File "/usr/lib/python2.4/site-packages/django/core/signals.py", line 1, in ? | |
from django.dispatch import Signal | |
File "/usr/lib/python2.4/site-packages/django/dispatch/__init__.py", line 9, in ? | |
from django.dispatch.dispatcher import Signal, receiver | |
ImportError: cannot import name receiver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment