>Python 3 doesn't have a urllib2 module; use the urllib package instead.
Thank you for your answer and the link. Oh, sorry. It was one of the changes from .2.x to 3.x. I didn't know. There are really important and a lot of changes. Thank you! On Fri, Jan 1, 2010 at 10:57 PM, Duncan Booth <duncan.bo...@invalid.invalid>wrote: > Hidekazu IWAKI <iw...@iwakihidekazu.net> wrote: > > > Hi; > > I'd like to import "urllib2" in windows python 3.1.1, but I'm not able to > > do it. > > Python 3 doesn't have a urllib2 module; use the urllib package instead. > > See http://www.python.org/dev/peps/pep-3108/#urllib-package > -- > http://mail.python.org/mailman/listinfo/python-list >
-- http://mail.python.org/mailman/listinfo/python-list