How to call wget by python ?

Steven D'Aprano steve+comp.lang.python at pearwood.info
Wed Jan 9 22:55:13 EST 2013


On Wed, 09 Jan 2013 18:11:34 -0800, iMath wrote:

> can you  give me an example code ?

Is the web broken where you are? If you google for "python wget", you 
will find example of how to call wget as an external process, as well as 
examples of downloading files from the web like wget would do but using 
only Python.

https://duckduckgo.com/?q=python%20wget


Or you could search for "python call external command" and then use wget 
as that external command.

https://duckduckgo.com/?q=python%20call%20external%20command



-- 
Steven



More information about the Python-list mailing list