Re: urlretrieve() failing on me

2009-06-06 Thread Peter Otten
Robert Dailey wrote: >> Well I did not post the code because it is fairly complex and its hard >> to give you the whole picture without giving you too much code. But >> here you go, you get what you ask for: >> >> def Download( self ): >> PrintSubStatus( 'Downloading...' ) >> destination = normali

Re: urlretrieve() failing on me

2009-06-05 Thread greg
Robert Dailey wrote: This URL isn't even valid, can't believe I didn't get an exception! My guess is that if you look at the data it downloaded, you'll find it's a 404 response page or something similar. -- Greg -- http://mail.python.org/mailman/listinfo/python-list

Re: urlretrieve() failing on me

2009-06-05 Thread Robert Dailey
On Jun 5, 7:53 pm, Robert Dailey wrote: > On Jun 5, 10:31 am, Peter Otten <__pete...@web.de> wrote: > > > > > > > Robert Dailey wrote: > > > On Jun 5, 3:47 am, "Gabriel Genellina" wrote: > > >> En Thu, 04 Jun 2009 23:42:29 -0300, Robert Dailey > > >> escribió: > > > >> > Hey guys, try using urlr

Re: urlretrieve() failing on me

2009-06-05 Thread Robert Dailey
On Jun 5, 10:31 am, Peter Otten <__pete...@web.de> wrote: > Robert Dailey wrote: > > On Jun 5, 3:47 am, "Gabriel Genellina" wrote: > >> En Thu, 04 Jun 2009 23:42:29 -0300, Robert Dailey > >> escribió: > > >> > Hey guys, try using urlretrieve() in Python 3.0.1 on the following > >> > URL: > > >> >

Re: urlretrieve() failing on me

2009-06-05 Thread Peter Otten
Robert Dailey wrote: > On Jun 5, 3:47 am, "Gabriel Genellina" wrote: >> En Thu, 04 Jun 2009 23:42:29 -0300, Robert Dailey >> escribió: >> >> > Hey guys, try using urlretrieve() in Python 3.0.1 on the following >> > URL: >> >> >http://softlayer.dl.sourceforge.net/sourceforge/wxwindows/wxMSW-2.8.1

Re: urlretrieve() failing on me

2009-06-05 Thread Robert Dailey
On Jun 5, 3:47 am, "Gabriel Genellina" wrote: > En Thu, 04 Jun 2009 23:42:29 -0300, Robert Dailey   > escribió: > > > Hey guys, try using urlretrieve() in Python 3.0.1 on the following > > URL: > > >http://softlayer.dl.sourceforge.net/sourceforge/wxwindows/wxMSW-2.8.1... > > > Have it save the ZI

Re: urlretrieve() failing on me

2009-06-05 Thread Gabriel Genellina
En Thu, 04 Jun 2009 23:42:29 -0300, Robert Dailey escribió: Hey guys, try using urlretrieve() in Python 3.0.1 on the following URL: http://softlayer.dl.sourceforge.net/sourceforge/wxwindows/wxMSW-2.8.10.zip Have it save the ZIP to any destination directory. For me, this only downloads about