Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed2.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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; 'subject:script': 0.09; 'windows,': 0.09; 'cc:addr:python-list': 0.11; 'subject:Help': 0.11; 'python': 0.11; '3:51': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'error': 0.23; 'cc:2**0': 0.24; 'script': 0.25; '15,': 0.26; 'header:In-Reply- To:1': 0.27; 'installed': 0.27; 'leave': 0.29; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'work.': 0.31; 'getting': 0.31; 'guess': 0.33; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'installing': 0.36; 'subject:?': 0.36; 'subject:New': 0.37; 'needed': 0.38; 'pm,': 0.38; 'that,': 0.38; 'helps': 0.61; "you're": 0.61; 'more': 0.64; 'subject:get': 0.81; '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=yFg9uNe4HHT5Q9c0NS06Yb93GfowFZCzwsW4oA4crNs=; b=hQOuTDjXxOPo61w/xFD/uptiLQoRmLZex3DnnWIpILZMKrnrg2LyuDZLNOKgHTFOnx 74ECBLxbJlmQu6FSK/BhP/XV9MqsxN2VUl+yW2q/uC4EzhB0cVz/qpUp/2ZOixGFsr7A oWuusBJxPo5p1SvvZbZua9qb893yISLnzzIBc40iqQrPRbLZclb0PL6lZwc1wciyFUmh tr6rT+T5qBorQhqDOZX0RRpuNuzPBtiGYzWERppb3iulxSsezE/4j7shJnjad4aDM/nI oFQx4vrpJNmtRK2fzD2QFj/IX6j4vHRmK32myIsII7fCuGfhfj0y3/u25JEvJdg+ckX+ CG6Q== MIME-Version: 1.0 X-Received: by 10.68.66.1 with SMTP id b1mr12786676pbt.43.1387083996730; Sat, 14 Dec 2013 21:06:36 -0800 (PST) In-Reply-To: <61009939-dc9b-4ffe-84c0-a695b96d9a2d@googlegroups.com> References: <61009939-dc9b-4ffe-84c0-a695b96d9a2d@googlegroups.com> Date: Sun, 15 Dec 2013 16:06:36 +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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387084490 news.xs4all.nl 2865 [2001:888:2000:d::a6]:48739 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61937 On Sun, Dec 15, 2013 at 3:51 PM, Mark wrote: > I have successfully installed python 3.3 for windows, pip and livestreamer that is needed for it to work. What I'm seeing in that script suggests that it actually needs Python 2.7, not 3.3. The best approach would be to make it work with Python 3, but if you can't do that, try installing Python 2. But more generally, when you get errors, it helps *hugely* to copy and paste the error - don't just say "on line 19", and leave us to guess what error you're getting :) ChrisA