Where is "urllib2" module in windows python3.1.1?

Duncan Booth duncan.booth at invalid.invalid
Fri Jan 1 08:57:03 EST 2010


Hidekazu IWAKI <iwaki at 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



More information about the Python-list mailing list