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