James Elson
unread,May 14, 2012, 6:02:12 AM5/14/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to codereview-list
Hi,
I went to use the Marketplace version of codereview I'd installed on
my domain after not using it for a few months (just after recommending
it to a friend) but found it no longer works. Uninstalling/re-
installing it via the domain control panel doesn't seem to improve
things, and it doesn't work for my friend on his domain either.
Exception shown below.
Something need updating maybe?
James
Exception in request: AttributeError: 'module' object has no attribute
'ROOT_URLCONF'
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/third_party/
django-1.2/django/core/handlers/base.py", line 74, in get_response
urlconf = settings.ROOT_URLCONF
File "/base/python_runtime/python_lib/versions/third_party/
django-1.2/django/utils/functional.py", line 277, in __getattr__
return getattr(self._wrapped, name)
File "/base/python_runtime/python_lib/versions/third_party/
django-1.2/django/conf/__init__.py", line 127, in __getattr__
return getattr(self.default_settings, name)
AttributeError: 'module' object has no attribute 'ROOT_URLCONF'
<type 'exceptions.UnboundLocalError'>: local variable 'resolver'
referenced before assignment
Traceback (most recent call last):
File "/base/data/home/apps/lbs1/73.358759004328088326/appsmain.py",
line 53, in main
original_main()
File "/base/data/home/apps/lbs1/73.358759004328088326/main.py", line
70, in real_main
util.run_wsgi_app(application)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/util.py", line 98, in run_wsgi_app
run_bare_wsgi_app(add_wsgi_middleware(application))
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/util.py", line 116, in run_bare_wsgi_app
result = application(env, _start_response)
File "/base/python_runtime/python_lib/versions/third_party/
django-1.2/django/core/handlers/wsgi.py", line 248, in __call__
response = self.get_response(request)
File "/base/python_runtime/python_lib/versions/third_party/
django-1.2/django/core/handlers/base.py", line 141, in get_response
return self.handle_uncaught_exception(request, resolver,
sys.exc_info())