
  • home
  • blogs
  • songs
  • poems
  • about
  • contact
  • 
  • 
  • 
You are here: 
  • home > 
  • blog > 
  • 2007 > 
  • 01 > 
  • 17 > 
  • urllib2.URLError: urlopen error unknown url type: https
← Application Updates with Sparkle Tag Clouds of Keynotes →

urllib2.URLError: urlopen error unknown url type: https

19:31 Wednesday, 17 January 2007

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!

Tags: 

python 

© 2005 - 2016 Simon Blanchard. All rights reserved. No copying, duplication or distribution without permission. Thanking you.