The
OpenID challenger does not work over a proxy no my server. Urlopen seems not to respect the environment setting of $http_proxy. It works if I set the proxies parameter in urlopen directly.
However, it seems that urllib is outdated anyway, since Python 3.0 will only support urllib2.