Closed
Bug 689001
Opened 14 years ago
Closed 14 years ago
Error During Installation
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.4
People
(Reporter: buddy, Unassigned)
Details
(kuma)rinji:kuma percent20$ python manage.py syncdb
Traceback (most recent call last):
File "manage.py", line 45, in <module>
import log_settings
File "/Users/percent20/Programming/Mozilla/kuma/log_settings.py", line 6, in <module>
import celery.conf
File "/Users/percent20/Programming/Mozilla/kuma/vendor/packages/celery/celery/conf.py", line 276, in <module>
prepare(sys.modules[__name__])
File "/Users/percent20/Programming/Mozilla/kuma/vendor/packages/celery/celery/conf.py", line 135, in prepare
m.ALWAYS_EAGER = _get("CELERY_ALWAYS_EAGER")
File "/Users/percent20/Programming/Mozilla/kuma/vendor/packages/celery/celery/conf.py", line 126, in _get
value = getattr(source, alias)
File "/Users/percent20/Programming/Mozilla/.vnv/kuma/lib/python2.6/site-packages/django/utils/functional.py", line 276, in __getattr__
self._setup()
File "/Users/percent20/Programming/Mozilla/.vnv/kuma/lib/python2.6/site-packages/django/conf/__init__.py", line 42, in _setup
self._wrapped = Settings(settings_module)
File "/Users/percent20/Programming/Mozilla/.vnv/kuma/lib/python2.6/site-packages/django/conf/__init__.py", line 139, in __init__
logging_config_func(self.LOGGING)
File "/Users/percent20/Programming/Mozilla/.vnv/kuma/lib/python2.6/site-packages/django/utils/dictconfig.py", line 553, in dictConfig
dictConfigClass(config).configure()
File "/Users/percent20/Programming/Mozilla/.vnv/kuma/lib/python2.6/site-packages/django/utils/dictconfig.py", line 277, in configure
raise ValueError("dictionary doesn't specify a version")
ValueError: dictionary doesn't specify a version
Updated•14 years ago
|
Target Milestone: --- → 1.4
Comment 1•14 years ago
|
||
I was sitting with Buddy and got the same results when I tried following installation.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•14 years ago
|
||
Conversation moved here:
https://github.com/mozilla/kuma/pull/9
I think the main thing is that the instructions are a bit outdated. We didn't used to have vendor as a submodule, so the git clone under vendor is no longer needed
Comment 3•14 years ago
|
||
I think this is actually resolved, no?
Comment 4•14 years ago
|
||
Up to Buddy - do the latest installation instructions work?
| Reporter | ||
Comment 5•14 years ago
|
||
I just ran through the instructions once again and it all works.
Comment 6•14 years ago
|
||
Alright, I'll say this is closed then
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
Version: Kuma → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Website → Landing pages
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•