[Devel] [Kaboom at OH] Error (EXTERNAL IP): /profile/views/prepare_data_import_attempts_do
mr_website at linode.openhatch.org
mr_website at linode.openhatch.org
Wed Nov 25 00:06:07 UTC 2009
Traceback (most recent call last):
File "/home/deploy/milestone-a.buildout/parts/production/django/core/handlers/base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/deploy/milestone-a.buildout/parts/production/django/contrib/auth/decorators.py", line 78, in __call__
return self.view_func(request, *args, **kwargs)
File "/home/deploy/milestone-a.buildout/mysite/profile/views.py", line 628, in prepare_data_import_attempts_do
prepare_data_import_attempts(identifiers=request.POST.values(), user=request.user)
File "/home/deploy/milestone-a.buildout/mysite/profile/views.py", line 651, in prepare_data_import_attempts
dia.do_what_it_says_on_the_tin()
File "/home/deploy/milestone-a.buildout/mysite/profile/models.py", line 235, in do_what_it_says_on_the_tin
from mysite.profile.tasks import FetchPersonDataFromOhloh
File "/home/deploy/milestone-a.buildout/mysite/profile/tasks/__init__.py", line 5, in <module>
from mysite.customs import lp_grabber
File "/home/deploy/milestone-a.buildout/mysite/customs/lp_grabber.py", line 5, in <module>
from launchpadlib.launchpad import Launchpad, STAGING_SERVICE_ROOT, Credentials
ImportError: No module named launchpadlib.launchpad
<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {u'identifier_0': [u'olly-survex'], u'identifier_1': [u'olly at survex.com'], u'identifier_2': [u'']}>,
COOKIES:{'openid_provider': 'google', 'sessionid': 'bb9aca6b8c0f42aa4f8afff905426710'},
META:{'CONTENT_LENGTH': '69',
'CONTENT_TYPE': 'application/x-www-form-urlencoded; charset=UTF-8',
'DOCUMENT_ROOT': '/var/www/',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': '*/*',
'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip,deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-gb,en;q=0.5',
'HTTP_CACHE_CONTROL': 'no-cache',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'sessionid=bb9aca6b8c0f42aa4f8afff905426710; openid_provider=google',
'HTTP_HOST': 'openhatch.org',
'HTTP_KEEP_ALIVE': '300',
'HTTP_PRAGMA': 'no-cache',
'HTTP_REFERER': 'http://openhatch.org/+portfolio/editor',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5',
'HTTP_X_REQUESTED_WITH': 'XMLHttpRequest',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/profile/views/prepare_data_import_attempts_do',
'PATH_TRANSLATED': '/home/deploy/milestone-a.buildout/bin/production.wsgi/profile/views/prepare_data_import_attempts_do',
'QUERY_STRING': '',
'REMOTE_ADDR': '118.90.139.111',
'REMOTE_PORT': '42599',
'REQUEST_METHOD': 'POST',
'REQUEST_URI': '/profile/views/prepare_data_import_attempts_do',
'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': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.9 (Debian) PHP/5.2.9-4 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 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.9 (Debian) PHP/5.2.9-4 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': '80',
'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 0x94dfed8>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x9553c80>,
'wsgi.input': <mod_wsgi.Input object at 0x9532e80>,
'wsgi.multiprocess': True,
'wsgi.multithread': False,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>
More information about the Devel
mailing list