Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36553

Re: How to call wget by python ?

Date 2013-01-09 20:04 -0700
From Michael Torrie <torriem@gmail.com>
Subject Re: How to call wget by python ?
References <49ca3718-159f-40cd-96bf-983ddb96202b@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.358.1357787077.2939.python-list@python.org> (permalink)

Show all headers | View raw


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."

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to call wget by python ? iMath <redstone-cold@163.com> - 2013-01-09 18:11 -0800
  Re: How to call wget by python ? Chris Angelico <rosuav@gmail.com> - 2013-01-10 13:36 +1100
  Re: How to call wget by python ? Michael Torrie <torriem@gmail.com> - 2013-01-09 20:04 -0700
    Re: How to call wget by python ? 88888 Dihedral <dihedral88888@googlemail.com> - 2013-01-09 19:21 -0800
      Re: How to call wget by python ? Chris Angelico <rosuav@gmail.com> - 2013-01-10 14:38 +1100
    Re: How to call wget by python ? 88888 Dihedral <dihedral88888@googlemail.com> - 2013-01-09 19:21 -0800
  Re: How to call wget by python ? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-01-10 03:55 +0000
  Re: How to call wget by python ? rurpy@yahoo.com - 2013-01-09 21:01 -0800

csiph-web