On Mon, 23 Nov 2015 06:48 pm, Cecil Westerhof wrote: > When I try to install something with pip2 I get: > Traceback (most recent call last): [...] > from urllib2 import (Request, urlopen, URLError, HTTPError, > ImportError: cannot import name HTTPSHandler
Before blaming SUSE for breaking this, please run this at the interactive interpreter: import urllib2 print urllib2.__file__ Have you perhaps accidentally shadowed the std lib module? -- Steven -- https://mail.python.org/mailman/listinfo/python-list