simonb.com: blog > articles from Wednesday, 17 January 2007

skip to content
You are here: 

On Wednesday, 17 January 2007 we wrote…

Wednesday, 17 January 2007

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!

read more

Tags: