Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1a.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.033 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'syntax': 0.04; '10:17': 0.16; 'exception': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'feb': 0.22; 'script': 0.25; '15,': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'along': 0.30; 'code': 0.31; 'post.': 0.31; 'subject:numbers': 0.31; 'text': 0.33; 'received:google.com': 0.35; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'full': 0.61; 'you.': 0.62 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:to :content-type; bh=mfiZk+DcjOT4OM0nvSFKN4WcpKL4jNOVKJrNS95UfLI=; b=KfWv2eYCj5zvVd4UmYy0RpCg0RZ+G86yXsui82AEltRH+zhsdypYOJksLE7JHm5QhQ WQWoJa8w7ICbsS/BnfCtw/XLrq+b+d4PUlJFrUINoFr7GYnYdQlwPJKLlcuxzkANQYrA +qiLrk+bfdig0WzNAjyGWi/7sb45hZ5TQmxOwrgdVUQ3DScS/tMq/5H5o8fxYHXxlFaA I6e5lzRonFcmCOyB0E1PJ6Ssnib0Z1Deqr5Pd9B25xrJB2QmwNbD6ZDiCCayRl9toeXF 8L95nAl5BK+DMXcDRnlEPlsR/i4aqnRbvslHgG87WappSIxh6N0nUyddql/nLrELCsjh K2ow== X-Received: by 10.66.66.66 with SMTP id d2mr16286184pat.80.1392485040475; Sat, 15 Feb 2014 09:24:00 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <833583c7-c307-4ebf-9a60-3be146a565b5@googlegroups.com> From: Ian Kelly Date: Sat, 15 Feb 2014 10:23:20 -0700 Subject: Re: decimal numbers To: Python Content-Type: text/plain; charset=ISO-8859-1 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1392485049 news.xs4all.nl 2874 [2001:888:2000:d::a6]:35896 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:66461 On Sat, Feb 15, 2014 at 10:17 AM, Luke Geelen wrote: > If i do set form thing in my script i get > Invalide syntax pointing at the last word of the form rule Please copy and paste the exact code you ran along with the full text of the exception into your post. Paraphrasing it like this doesn't help us help you.