urllib2.URLError: urlopen error unknown url type: https

Note to self: for the following to work on a Mac with fink’s python

xml = urllib2.urlopen("https://api.del.icio.us/v1/posts/recent").read()

Your python needs ssl support.

fink install python24-socket-ssl

Phew!

Posted by simonb at 07:31 PM in InternetProgrammingPython | Email this entry

The trackback URL for this entry is: http://www.simonb.com/index.php/trackback/114/6cj20rjc/

Trackbacks:

No trackbacks yet.

Comments:

No comments yet.

Post a Comment:

<< Back to main