python - AttributeError: 'module' object has no attribute 'setup' - can't run development server -
i running development server, modifying css, not doing unusual when server crashes.
i tried running again , greeted this:
traceback (most recent call last): file "manage.py", line 10, in <module> execute_from_command_line(sys.argv) file "/home/david/.virtualenvs/sikumim/lib/python3.4/site-packages/django/core/management/__init__.py", line 338, in execute_from_command_line utility.execute() file "/home/david/.virtualenvs/sikumim/lib/python3.4/site-packages/django/core/management/__init__.py", line 312, in execute django.setup() attributeerror: 'module' object has no attribute 'setup' i'm pretty confused seeing didn't seems have caused this, google search didn't me far, i'm stumped.
thanks in advance
is possible have multiple versions of django installed (perhaps 1 system-wide, , 1 in virtualenv)?
that error caused calling manage.py created newer (>= 1.7) django version older django package on python path.
Comments
Post a Comment