[Devel] [Kaboom at OH] Error (EXTERNAL IP): /
mr_website at linode.openhatch.org
mr_website at linode.openhatch.org
Sun Jan 10 18:05:24 UTC 2010
Traceback (most recent call last):
File "/home/deploy/milestone-a.buildout/parts/production/django/core/handlers/base.py", line 83, in get_response
request.path_info)
File "/home/deploy/milestone-a.buildout/parts/production/django/core/urlresolvers.py", line 216, in resolve
for pattern in self.url_patterns:
File "/home/deploy/milestone-a.buildout/parts/production/django/core/urlresolvers.py", line 245, in _get_url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "/home/deploy/milestone-a.buildout/parts/production/django/core/urlresolvers.py", line 240, in _get_urlconf_module
self._urlconf_module = import_module(self.urlconf_name)
File "/home/deploy/milestone-a.buildout/parts/production/django/utils/importlib.py", line 35, in import_module
__import__(name)
File "/home/deploy/milestone-a.buildout/mysite/urls.py", line 8, in <module>
admin.autodiscover()
File "/home/deploy/milestone-a.buildout/parts/production/django/contrib/admin/__init__.py", line 56, in autodiscover
import_module("%s.admin" % app)
File "/home/deploy/milestone-a.buildout/parts/production/django/utils/importlib.py", line 35, in import_module
__import__(name)
File "/home/deploy/milestone-a.buildout/mysite/profile/admin.py", line 1, in <module>
from mysite.profile.models import Person, DataImportAttempt, Tag, TagType, PortfolioEntry, Citation
File "/home/deploy/milestone-a.buildout/mysite/profile/models.py", line 6, in <module>
import mysite.profile.controllers
File "/home/deploy/milestone-a.buildout/mysite/profile/controllers.py", line 4, in <module>
import pygeoip
ImportError: No module named pygeoip
<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{},
META:{'DOCUMENT_ROOT': '/var/www/',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTPS': '1',
'HTTP_ACCEPT_CHARSET': 'utf8,ISO-8859-1;q=.5',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_HOST': 'openhatch.org:443',
'HTTP_USER_AGENT': 'Mozilla/5.0 (compatible; Wasitup monitoring; http://wasitup.com)',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/',
'PATH_TRANSLATED': '/home/deploy/milestone-a.buildout/bin/production.wsgi/',
'QUERY_STRING': '',
'REMOTE_ADDR': '97.107.142.63',
'REMOTE_PORT': '45768',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/',
'SCRIPT_FILENAME': '/home/deploy/milestone-a.buildout/bin/production.wsgi',
'SCRIPT_NAME': u'',
'SERVER_ADDR': '74.207.229.254',
'SERVER_ADMIN': 'webmaster at localhost',
'SERVER_NAME': 'openhatch.org',
'SERVER_PORT': '443',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.9 (Debian) PHP/5.2.11-1 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.4 Server at openhatch.org Port 443</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.9 (Debian) PHP/5.2.11-1 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.4',
'mod_wsgi.application_group': 'openhatch.org|',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '443',
'mod_wsgi.process_group': 'live',
'mod_wsgi.reload_mechanism': '1',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 5),
'wsgi.errors': <mod_wsgi.Log object at 0xa0a2218>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x9db35c0>,
'wsgi.input': <mod_wsgi.Input object at 0xa0a5e58>,
'wsgi.multiprocess': True,
'wsgi.multithread': False,
'wsgi.run_once': False,
'wsgi.url_scheme': 'https',
'wsgi.version': (1, 0)}>
More information about the Devel
mailing list