Re: [IronPython] urllib.urlopen(url).read() problem

2007-05-23 Thread Dino Viehland
D] [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin West Sent: Tuesday, May 22, 2007 6:00 PM To: Discussion of IronPython Subject: Re: [IronPython] urllib.urlopen(url).read() problem > > Am I doing something wrong? urllib2 works. > > Thanks, > > Ben West > > I think this is a

Re: [IronPython] urllib.urlopen(url).read() problem

2007-05-22 Thread Benjamin West
> > Am I doing something wrong? urllib2 works. > > Thanks, > > Ben West > > I think this is an IronPython bug. > > The simplest solution is to use FEPY_OPTIONS=network, which lets IPCE > to use FePy's version of socket, select, and ssl module. More here: > > http://fepy.sourceforge.net/doc/fepy-op

Re: [IronPython] urllib.urlopen(url).read() problem

2007-05-22 Thread Sanghyeon Seo
2007/5/23, Benjamin West <[EMAIL PROTECTED]>: > I was having trouble using urllib. I tried using IP 1.1, and IPCE-r6 > and got the same results. I also tried pointing ipy at the stdlib in > both a cygwin install and a windows install with similar results. > > Am I doing something wrong? urllib2

[IronPython] urllib.urlopen(url).read() problem

2007-05-22 Thread Benjamin West
I was having trouble using urllib. I tried using IP 1.1, and IPCE-r6 and got the same results. I also tried pointing ipy at the stdlib in both a cygwin install and a windows install with similar results. Am I doing something wrong? urllib2 works. Thanks, Ben West ---