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

Lie Ryan lie.1296 at gmail.com
Fri Jan 1 09:35:14 EST 2010


On 1/2/2010 12:46 AM, Hidekazu IWAKI wrote:
> Hi;
> I'd like to import "urllib2" in windows python 3.1.1, but I'm not able to
> do it.
> So, I researched the library directory; the result is following:
>
> .....
> .....
> 2009/06/07  19:11            61,749 unittest.py
> 2010/01/01  22:18<DIR>           urllib
> 2007/12/06  09:48             6,318 uu.py
> 2008/11/30  20:40            21,534 uuid.py
> .....
> .....
>
> Although it has "urllib", it doesn't have "urllib2". I guess to download
> and install the module. But I can't find "urllib2" module for windows
> with google.
>
> I wonder if it would be possible for me to give the location?

urllib2 is merged into urllib in python3.



More information about the Python-list mailing list