Equivalent of 'wget' for python?

mblume mblume at socha.net
Mon Dec 8 13:03:26 EST 2008


Am Mon, 08 Dec 2008 08:22:55 -0800 schrieb Robert Dailey:
> Hi,
> 
> I'm looking for a portable way to download ZIP files on the internet
> through Python. I don't want to do os.system() to invoke 'wget', since
> this isn't portable on Windows. I'm hoping the core python library has a
> library for this. Note that I'll be using Python 3.0.
> 
> Thanks.
>
IIRC, wget also exists for Windows. 

Regards
Martin




More information about the Python-list mailing list