Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99195

Re: anyone tell me why my program will not run?

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Chris Angelico <rosuav@gmail.com>
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 <mailman.28.1448085048.2291.python-list@python.org> (permalink)
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 <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:99195

Show key headers only | View raw


On Sat, Nov 21, 2015 at 2:30 PM, Dylan Riley <dylan.riley@hotmail.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

anyone tell me why my program will not run? Dylan Riley <dylan.riley@hotmail.com> - 2015-11-20 19:30 -0800
  Re: anyone tell me why my program will not run? Joel Goldstick <joel.goldstick@gmail.com> - 2015-11-20 22:39 -0500
  Re: anyone tell me why my program will not run? Chris Angelico <rosuav@gmail.com> - 2015-11-21 16:50 +1100
  Re: anyone tell me why my program will not run? Pavel Volkov <sailor@lists.xtsubasa.org> - 2015-11-21 19:57 +0300
  Re: anyone tell me why my program will not run? Pavel Volkov <sailor@lists.xtsubasa.org> - 2015-11-21 20:15 +0300
  Re: anyone tell me why my program will not run? Larry Hudson <orgnut@yahoo.com> - 2015-11-21 18:44 -0800
    Re: anyone tell me why my program will not run? Larry Hudson <orgnut@yahoo.com> - 2015-11-22 13:42 -0800
  Re: anyone tell me why my program will not run? John Gordon <gordon@panix.com> - 2015-11-22 16:39 +0000
  Re: anyone tell me why my program will not run? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-11-22 13:09 -0500

csiph-web