Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '16,': 0.03; "subject:' ": 0.07; 'python': 0.09; 'sep': 0.09; 'charset:iso-8859-7': 0.15; 'files)': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'redundant.': 0.16; 'wrote:': 0.17; 'script': 0.24; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'subject:list': 0.28; 'file': 0.32; 'to:addr:python-list': 0.33; 'another': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40 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:to :content-type:content-transfer-encoding; bh=sd3Mqtw1ZQOGbSW9A/C1KkYW4dKIBEHCevgmmGdHvZg=; b=O08YX2jGiLJHqljKVa9uapTIfDjgAjlXp1FKxbB9S5LmXiZcHpSTtUbE+XWdmfLNdK Drto9/rwTd0Bl/YlUB2L2nTkiHlteR334nJ0Apu8voXoEE9/qvYUS8b1gmFAbIO5pD7K wglF+xJYvElJys9QBS2YVWPjS6WMjgp/uJof4zFhdFhsM39BomY5dIA6TnyJx5+D4igj BOMTxt2W9ofY0/QdgkVgyPVMlRB7IJYfYGefFNhVQZHGZ6gQT+M4768g6G/b5wMCrjRf iethZd6ZbnoZVVIyDU2Y3WjGXvy+G9rKcxGThjQ/ahXpgreZ6zH1TGlNkAlYc+67XLOQ Pq/w== MIME-Version: 1.0 In-Reply-To: References: <071ad036-77ca-42d3-b68d-0dd3e3fac43e@googlegroups.com> <9c166e95-e70f-4294-833b-1071a24c6d6d@googlegroups.com> <65a098bd-4fc7-4df6-9436-3d084b810f22@googlegroups.com> Date: Sun, 16 Sep 2012 02:56:27 +1000 Subject: Re: cannot concatenate 'str' and 'list' objects From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347728190 news.xs4all.nl 6904 [2001:888:2000:d::a6]:51011 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29255 On Sun, Sep 16, 2012 at 2:53 AM, =CD=E9=EA=FC=EB=E1=EF=F2 =CA=EF=FD=F1=E1= =F2 wrote: > The 'page' form field is of couse neccessary because how else the python = counter.py script would know which html file triggered it so to present it = and do its log thing?(i intend to create a few html files) > > I still do not see why you say that it might be redundant. You create one 'page' value in the form, and another one in the RewriteRule= . ChrisA