Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'syntax': 0.04; 'subject:help': 0.08; 'advice.': 0.09; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'highlighted': 0.16; 'subject:simple': 0.16; 'when?': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'help.': 0.21; 'error': 0.23; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; 'agreed.': 0.31; 'raised': 0.31; 'guess': 0.33; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'raising': 0.36; 'received:209': 0.37; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'subject:can': 0.39; 'to:addr:python.org': 0.39; 'more': 0.64; 'invalid': 0.68; 'lack': 0.78; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=t2wLkRP8qXvuRg83eLeT4QuqoUSXYYGmJn972Z8MZLY=; b=SK8NWJ/VSaoO+LfAbg+jv4V9r8YToNkECE9Y3q26zMsniPQCmIWV3JDSSWNslXyeQ6 cmi6eq/M8wr134NFWjD89Y2A74YCPT5uWyPwuoGs1wlOuBXJ5+hDnPMop6mx9kBAYyUP +U6xyD9YgV/yn3wPtN65L1PU0jo+5uxwo8AFE8U4sOSWOLVRqnp2mrizQqboQlTFif1a xipb91YGgD/c/a6RK6hrjti8RnEWnpSf0wC7Hoew8S86vICu32Hylz5a8k7RCzdVa9wJ HaHRyWLP/GrFxZVzVqM9T90VT+eEU3le8LjucbELn6vLnjGPZDB7GZKCDvbVLr0/URjh 3/8g== MIME-Version: 1.0 X-Received: by 10.52.111.130 with SMTP id ii2mr8933612vdb.111.1365235245159; Sat, 06 Apr 2013 01:00:45 -0700 (PDT) In-Reply-To: <515FCB87.1000103@freenet.de> References: <515FCB87.1000103@freenet.de> Date: Sat, 6 Apr 2013 19:00:45 +1100 Subject: Re: can anyone help me in developing a simple webpage in jinja2 From: Chris Angelico To: python-list@python.org 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365235253 news.xs4all.nl 6917 [2001:888:2000:d::a6]:50119 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42902 On Sat, Apr 6, 2013 at 6:15 PM, Jan Riechers wrote: > The invalid syntax is raised when? Can you post the error a bit more > detailed, this will help giving you any advice. > > If you know the code part raising the error and you post it, this will also > help. Agreed. But my guess would be the lack of colon on the for loop... which would be highlighted by the error thrown. ChrisA