How to call wget by python ?

Michael Torrie torriem at gmail.com
Wed Jan 9 22:04:31 EST 2013


On 01/09/2013 07:11 PM, iMath wrote:
> can you  give me an example code ?

No but I can suggest some alternative ideas, such as using httplib
(built into python), or libcurl.  Or if you have to use wget, you run it
the same way you run any external command from python.  If it were my
I'd plunk a few search terms in google, such as "python run external
process."




More information about the Python-list mailing list