When I try a django view that loads an external URL using requests, I get a 'module' object has no attribute 'create_connection'. However, when I use urllib2 or the same requests code from the interactive shell, it works.When I try a django view that loads an external