Traceback:
File "/var/lib/python-support/python2.5/django/core/handlers/base.py"
in get_response
86. response = callback(request, *callback_args, **callback_kwargs)
File "/var/django/.../views.py" in display
33. photos = gd_client.GetFeed(f)
File "/usr/lib/python2.5/site-packages/gdata/photos/service.py" in
GetFeed
177. return self.Get(uri, converter=gdata.photos.AnyFeedFromString)
File "/usr/lib/python2.5/site-packages/gdata/service.py" in Get
981. headers=extra_headers)
File "/usr/lib/python2.5/site-packages/atom/service.py" in request
176. data=data, headers=all_headers)
File "/usr/lib/python2.5/site-packages/atom/http_interface.py" in
perform_request
148. return http_client.request(operation, url, data=data,
headers=headers)
File "/usr/lib/python2.5/site-packages/atom/http.py" in request
93. connection = self._prepare_connection(url, all_headers)
File "/usr/lib/python2.5/site-packages/atom/http.py" in
_prepare_connection
249. return HttpClient._prepare_connection(self, url, headers)
File "/usr/lib/python2.5/site-packages/atom/http.py" in
_prepare_connection
161. return httplib.HTTPConnection(url.host)
File "/usr/lib/python2.5/httplib.py" in __init__
639. self._set_hostport(host, port)
File "/usr/lib/python2.5/httplib.py" in _set_hostport
645. i = host.rfind(':')
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to