Created
February 14, 2012 20:35
-
-
Save ewencp/1830149 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/usr/local/lib/python2.6/dist-packages/django/core/servers/basehttp.py", line 283, in run | |
| self.result = application(self.environ, self.start_response) | |
| File "/usr/local/lib/python2.6/dist-packages/django/contrib/staticfiles/handlers.py", line 68, in __call__ | |
| return self.application(environ, start_response) | |
| File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/wsgi.py", line 272, in __call__ | |
| response = self.get_response(request) | |
| File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py", line 169, in get_response | |
| response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
| File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py", line 111, in get_response | |
| response = callback(request, *callback_args, **callback_kwargs) | |
| File "/home/ewencp/sirikata-cdn.git/sirikata-cdn/content/views.py", line 800, in dns | |
| version_num = str(max(map(int, versions))) | |
| TypeError: argument 2 to map() must support iteration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment