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

2010-01-02 Thread Hidekazu IWAKI
Hi. Thank you for the answers. 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! At 01 Jan 2010 13:57:03 + Duncan Booth wrote: > Hidekazu IWAKI wrote: > > > Hi; > > I'd like to import "urllib2" in windows pytho

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

2010-01-01 Thread Lie Ryan
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:1161,749 unittest.py 2010/01/01 22:18 urllib 2007/12

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

2010-01-01 Thread IWAKI, Hidekazu
>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 wrote:

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

2010-01-01 Thread Duncan Booth
Hidekazu IWAKI 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

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

2010-01-01 Thread Hidekazu IWAKI
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:1161,749 unittest.py 2010/01/01 22:18 urllib 2007/12/06 09:48 6,318 uu.py 2008/11/30