Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36548
| References | <49ca3718-159f-40cd-96bf-983ddb96202b@googlegroups.com> |
|---|---|
| Date | 2013-01-10 13:36 +1100 |
| Subject | Re: How to call wget by python ? |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.354.1357785386.2939.python-list@python.org> (permalink) |
On Thu, Jan 10, 2013 at 1:11 PM, iMath <redstone-cold@163.com> wrote: > can you give me an example code ? > -- > http://mail.python.org/mailman/listinfo/python-list You've asked several very vague questions. I would strongly recommend that you read this: http://www.catb.org/esr/faqs/smart-questions.html Invoking wget can be done, but you may want to consider alternatives such as doing the network request (HTTP, FTP, or whatever) directly in Python. A one-line request that we do heaps of work for you is not the best way to get results. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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