04
10
2008
Macports Python2.5 <urlopen error unknown url type: https >
Posted by: admin in computing, tags: python macports urllib2Got the above error ? It seems that SSL support is not shipped by default when you install python2.5 from mac ports.
sudo port install py25-socket-ssl
fixed it for me.