Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: an error Date: Tue, 19 Jul 2016 16:32:19 +1000 Lines: 11 Message-ID: References: <175aeac6-b975-425b-b2b1-580a64ce0854@googlegroups.com> <6c990c11-c4b5-4ee8-8ee9-488bfe56784d@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de NuroWg4Yzm2ugXkeQduWUgfSGoid+X85IwLYH1wc0MMw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'eof': 0.09; 'happens.': 0.09; 'unexpected': 0.09; 'subject:error': 0.11; 'syntax': 0.13; '2016': 0.16; 'doesnt': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'parsing': 0.22; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'chris': 0.26; 'error': 0.27; 'message-id:@mail.gmail.com': 0.27; 'says': 0.32; 'tue,': 0.34; 'received:google.com': 0.35; 'pm,': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'thanks': 0.37; 'delete': 0.38; 'anything': 0.38; 'sure': 0.39; 'called': 0.40; 'different': 0.63; 'jul': 0.72; '4:26': 0.84; 'chrisa': 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:from:date:message-id:subject:cc; bh=jNpermi8bfA6T1+L21Gz6iZNaz7UMjhrlXPXOhdfdbM=; b=C9QKCesNUfpqS3EqBy2nO9P3aOH7c2cB6FKutvO8CJGwtCcrRqeGOERG6zjJzTCI+T zYdC8VVFrnxZIFzR/dAIz/lSkgAzNOVTmsWKEBg8Ht50DrRIKzElRl+GOqGF32sY8xKd cKu2sVNHf3XusoRwlIPPhIWZGmlKKBgcUjz0v3/CwmWc4nPQIJfK8fOLBlcDNmawUtXh X9bGL4eubOP0v9IrxZAYIo3h5fl5rcAiJNt/JJpO3Ror8GaRrz/e4P40cnJWuA8TYlC+ bzRmlz8434dwo32FHRScG6QOpL46k18Dzc4kzS34HYDHeorWfWZSnQ2mz7YsM9KMDKBI 35xQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:cc; bh=jNpermi8bfA6T1+L21Gz6iZNaz7UMjhrlXPXOhdfdbM=; b=AdLT8LUUVcaiYEZRt09ZORTC/Q3VW/yPdkIRwU1DmJ7qaMtXbw1b5lW7gHW1tvFf0P edp54fKyn959wJks9PEF7VUUmalNrJqTuIUAVgH4zxxLIgJdAJPtrPjLgjNMpfk5a/LN MAhhPUeauhBDVhOHPAVmEf2dFiz38fgGMboTdpJ9/MjnWryVUwA3dM7dHvnJWn6BdonZ LSUqRuiXSKuWuZPildh9wwVntBClol8u25Ou5pxHwcm/drxmORg92Ku1Z9rRWvzi/7/P 1OoSn5c6j8F84SjfKeVKOu8aDOy39S/ZboQeq1xlx+05LCwzM6hagNXHyPEdLz77lMRL q5jw== X-Gm-Message-State: ALyK8tJcplCGaQ27xbwB3/J9SnzmNEQCr/LykM0P9GJd5SZMkr5xDdXkkCFyewwMuOsQn8dIgVDcwd5wJdJV7w== X-Received: by 10.195.13.34 with SMTP id ev2mr4442776wjd.117.1468909940537; Mon, 18 Jul 2016 23:32:20 -0700 (PDT) In-Reply-To: <6c990c11-c4b5-4ee8-8ee9-488bfe56784d@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <175aeac6-b975-425b-b2b1-580a64ce0854@googlegroups.com> <6c990c11-c4b5-4ee8-8ee9-488bfe56784d@googlegroups.com> Xref: csiph.com comp.lang.python:111634 On Tue, Jul 19, 2016 at 4:26 PM, WePlayGames WeEnjoyIt wrote: > thanks chris for responding, it doesnt say anything else just syntax error > it have seen this error again when im using the for loop and it seems like when i delete everything after total+=1 i get a different error called UNEXPECTED EOF WHILE PARSING Are you sure it says nothing else? Copy and paste exactly what happens when you type "python3 yourgamename.py". Exactly what happens. ChrisA