On Sunday, December 15, 2013 9:33:17 PM UTC-5, Chris Angelico wrote: > On Mon, Dec 16, 2013 at 12:37 PM, Steven D'Aprano > > <steve+comp.lang.pyt...@pearwood.info> 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
Thanks for the reply, the answer is yes and no, i already have about 2400 followers and half mil views, i just wanted to see if i could get it to work. So after taking everybody's advice, fixed the indentation as mentioned by the expert above. :) After, this is what i came up with Traceback (most recent call last): File "C:\Python27\Scripts\Twitch.py", line 9, in <module> numberOfViewers = int(sys.argv[1]) IndexError: list index out of range Is this where i would plug in the variables to make it work? I'm not quite sure about how you would plug in those numbers >>> -- https://mail.python.org/mailman/listinfo/python-list