Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!novso.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '16,': 0.03; 'subject:Python': 0.06; 'modified': 0.07; 'indicates': 0.09; 'subject:script': 0.09; 'cc:addr:python-list': 0.11; 'subject:Help': 0.11; 'bug': 0.12; 'buggy': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'highlighted': 0.16; 'inclined': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'trying': 0.19; 'help.': 0.21; 'cc:addr:python.org': 0.22; 'replace': 0.24; 'mon,': 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'script': 0.25; 'possibly': 0.26; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; 'along': 0.30; "i'm": 0.30; 'went': 0.31; "d'aprano": 0.31; 'fault': 0.31; 'steven': 0.31; 'entirely': 0.33; 'problem': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'in.': 0.36; "didn't": 0.36; 'subject:?': 0.36; 'subject:New': 0.37; 'step': 0.37; 'pm,': 0.38; 'rather': 0.38; 'generating': 0.39; 'legitimate': 0.39; 'though,': 0.39; 'skip:u 10': 0.60; 'linked': 0.65; 'to,': 0.72; 'subject:get': 0.81; 'actually,': 0.84; 'viewers': 0.84; 'to:none': 0.92; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=XyFPGZ/f132bjdMeLsLJH3ox45Gr5ACBbgnddDJeon8=; b=PALgQxI+709C8hm7OIVKv8xyWXjNOdcFEpAkRLMctWh6heF8HwME0MQRdOqIHLhfW1 5T1z3NsjtjbYakUIZQLvgvGY+PaVYMWWCMRHpKJWyABzAVBJbYz/dUJHqzRXbqmTQkvJ vMj/0ydFMsM/rsz9O1QTtZQPqk8s/yWt2FmFqW7tj/A+a4akNyOnWQ0B3yP4iQC9/z1X ZfoDsfDZn+PltmNAbppZ2dGzy9pGzaUT91uCkFLlQC7GkwAA2MJd4ZegzPUtFL4DTg+L q92d1vNW3YuMou41Udlp50UoHqJiCYWhKJTaIPTE4X1w2o/C9aE0YwX1mjJ4ehdXITxe uqpA== MIME-Version: 1.0 X-Received: by 10.68.236.233 with SMTP id ux9mr17287189pbc.45.1387161197997; Sun, 15 Dec 2013 18:33:17 -0800 (PST) In-Reply-To: <52ae596b$0$29976$c3e8da3$5496439d@news.astraweb.com> References: <61009939-dc9b-4ffe-84c0-a695b96d9a2d@googlegroups.com> <5769f8c3-f09c-458a-92b6-c727bfe95656@googlegroups.com> <52ae596b$0$29976$c3e8da3$5496439d@news.astraweb.com> Date: Mon, 16 Dec 2013 13:33:17 +1100 Subject: Re: New to Python, Help to get script working? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387161201 news.xs4all.nl 2854 [2001:888:2000:d::a6]:51240 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61982 On Mon, Dec 16, 2013 at 12:37 PM, Steven D'Aprano wrote: > Step 1: replace the modified version of the script with a known good copy. > Actually, this might be where the problem is, unfortunately. Not the OP's fault at all. I went and looked at the post linked to, and it has buggy indentation. (Quite possibly indicates that the author has two-space tabs, and didn't notice a bug slipping in. I dunno.) Along the way, though, I learned that the script in question is entirely for generating fake twitch.tv viewers so as to get your stream highlighted fraudulently, so I'm rather less inclined to help. Got a legitimate use for this, or are you just trying to cheat your way to fame? ChrisA