Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'interpreter': 0.04; 'builtin': 0.07; 'subject:How': 0.09; 'python': 0.09; 'httplib': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'subject:python': 0.11; 'suggest': 0.11; '"python': 0.16; 'python),': 0.16; 'wrote:': 0.17; "i'd": 0.22; 'cc:2**0': 0.23; 'example': 0.23; 'cc:no real name:2**0': 0.24; 'external': 0.24; 'command': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'dll': 0.27; 'run': 0.28; 'subject: ?': 0.30; 'code': 0.31; 'google,': 0.32; 'received:google.com': 0.34; 'from:addr:googlemail.com': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'michael': 0.36; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'counting.': 0.84; 'process."': 0.84; '8bit%:70': 0.91 Newsgroups: comp.lang.python Date: Wed, 9 Jan 2013 19:21:30 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=123.192.32.215; posting-account=5JdMBQoAAABHnS4mjpqEzxnmWtgiiVNw References: <49ca3718-159f-40cd-96bf-983ddb96202b@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 123.192.32.215 MIME-Version: 1.0 Subject: Re: How to call wget by python ? From: 88888 Dihedral To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357788645 news.xs4all.nl 6845 [2001:888:2000:d::a6]:54952 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36556 Michael Torrie=E6=96=BC 2013=E5=B9=B41=E6=9C=8810=E6=97=A5=E6=98=9F=E6=9C= =9F=E5=9B=9BUTC+8=E4=B8=8A=E5=8D=8811=E6=99=8204=E5=88=8631=E7=A7=92=E5=AF= =AB=E9=81=93=EF=BC=9A > On 01/09/2013 07:11 PM, iMath wrote: >=20 > > can you give me an example code ? >=20 >=20 >=20 > No but I can suggest some alternative ideas, such as using httplib >=20 > (built into python), or libcurl. Or if you have to use wget, you run it >=20 > the same way you run any external command from python. If it were my >=20 > I'd plunk a few search terms in google, such as "python run external >=20 > process." Inherantly the python interpreter has a GC builtin=20 to use pacakages like DLL by reference counting.