Path: csiph.com!usenet.pasdenom.info!news.albasani.net!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '16,': 0.03; "subject:' ": 0.07; 'python': 0.09; 'sep': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'charset:iso-8859-7': 0.15; 'files)': 0.16; 'redundant.': 0.16; 'wrote:': 0.17; 'changes': 0.20; 'skip:% 10': 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'script': 0.24; 'cc:addr:python.org': 0.25; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'subject:list': 0.28; 'chris': 0.28; 'error': 0.30; 'file': 0.32; 'another': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'but': 0.36; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'dont': 0.64; 'webpage': 0.65; 'received:209.85.213.184': 0.91; 'received:mail-yx0-f184.google.com': 0.91; 'skip:/ 30': 0.91 Newsgroups: comp.lang.python Date: Sat, 15 Sep 2012 10:22:39 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=94.68.84.56; posting-account=DYJQ-woAAACEPH85Au2BhUVfFTfSfVa4 References: <071ad036-77ca-42d3-b68d-0dd3e3fac43e@googlegroups.com> <9c166e95-e70f-4294-833b-1071a24c6d6d@googlegroups.com> <65a098bd-4fc7-4df6-9436-3d084b810f22@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 94.68.84.56 MIME-Version: 1.0 Subject: Re: cannot concatenate 'str' and 'list' objects From: =?ISO-8859-7?B?zenq/Ovh7/Igyu/98eHy?= To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org 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: , Message-ID: Lines: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347729768 news.xs4all.nl 6942 [2001:888:2000:d::a6]:60230 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29258 =D4=E7 =D3=DC=E2=E2=E1=F4=EF, 15 =D3=E5=F0=F4=E5=EC=E2=F1=DF=EF=F5 2012 7:5= 6:31 =EC.=EC. UTC+3, =EF =F7=F1=DE=F3=F4=E7=F2 Chris Angelico =DD=E3=F1=E1= =F8=E5: > On Sun, Sep 16, 2012 at 2:53 AM, =CD=E9=EA=FC=EB=E1=EF=F2 =CA=EF=FD=F1=E1= =F2 wrote: >=20 > > The 'page' form field is of couse neccessary because how else the pytho= n counter.py script would know which html file triggered it so to present i= t and do its log thing?(i intend to create a few html files) >=20 > > >=20 > > I still do not see why you say that it might be redundant. >=20 >=20 >=20 > You create one 'page' value in the form, and another one in the RewriteRu= le. i changes the .htaccess to=20 RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^/?(.+\.html) /cgi-bin/counter.py?htmlpage=3D$1 [L,PT,QSA] but now my webpage presents the error right away. I dont understand.