Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: anyone tell me why my program will not run? Date: Sat, 21 Nov 2015 16:50:39 +1100 Lines: 10 Message-ID: References: <1737402a-2f4d-440a-abd7-6cc500f673e1@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de YGlcbbP4gZhkIkNHMDr/gwzUlo6BrLYqbSYXHArMaeRA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; '21,': 0.07; 'cc:addr :python-list': 0.09; 'output?': 0.09; 'subject:why': 0.09; 'subject:not': 0.11; '"python': 0.16; 'doesnt': 0.16; 'exception?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'out?': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:program': 0.16; 'subject:run': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'error': 0.27; 'message-id:@mail.gmail.com': 0.27; 'system?': 0.29; 'anyone': 0.32; 'run': 0.33; 'received:google.com': 0.35; 'done': 0.35; 'nov': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'mean': 0.38; 'does': 0.39; 'back': 0.62; 'please,': 0.63; 'completion': 0.79; '2:30': 0.84; 'chrisa': 0.84; 'here!': 0.84; 'riley': 0.84; 'subject:tell': 0.84; 'to:none': 0.91 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=wWGG8rFB8TKDoCl9x+DgwKgoBOye42Y8e3MgfccRE7c=; b=W2IhnFnfCW3q5OjWN4zhOfkwZaqsZh2gpr1ZqLFoxjI2SnXHa2I4mZmlWLuVkUSjjc Z3pFTDUsv+XYzKgyeRs5qdn/NwyuB3wW9qyHB11ZN6X1zJPBYmPJfiB35KPphTukcHTr 7dQUFrJsTW14UnnTN+2OykwjXoL1lMYkUT+fHfV46T4RogLMqqwv/2qusPVo80geR68/ gvuwoXRyCXAqagQsif5l04+7/sPfahaEYsAGGndwYjJBYCpyMf9ZSeScOUsPtyqQWvJj ixfV5HQqatadzMXR1Tp9/NH2r0Qfznp+E5Xm6nF+pI1NnACLytz782gjmdsIQfNdPkJ8 /kiQ== X-Received: by 10.50.83.38 with SMTP id n6mr3472166igy.92.1448085039511; Fri, 20 Nov 2015 21:50:39 -0800 (PST) In-Reply-To: <1737402a-2f4d-440a-abd7-6cc500f673e1@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99195 On Sat, Nov 21, 2015 at 2:30 PM, Dylan Riley wrote: > I have done so coming up with this piece of work but it doesnt run can anyone help me out? > Please, please, try to help us out here! What does it mean to "not run"? Does it run and give an exception? Does it run to completion but give no output? Do you type "python somefile.py" and get back an error from the system? What? ChrisA