Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.mixmin.net!hq-usenetpeers.eweka.nl!81.171.88.15.MISMATCH!eweka.nl!lightspeed.eweka.nl!194.109.133.87.MISMATCH!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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; 'arguments': 0.07; 'executed': 0.07; 'strings.': 0.07; 'cc:addr:googlegroups.com': 0.09; 'cc:addr:python-list': 0.10; 'subject:error': 0.11; 'charset:iso-8859-7': 0.15; 'of\xa0': 0.16; 'subject:when': 0.16; 'url:py': 0.16; 'string': 0.17; 'wrote:': 0.17; 'email addr:gmail.com>': 0.20; 'skip:" 40': 0.20; 'produces': 0.22; 'errors': 0.23; 'cc:no real name:2**0': 0.24; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'arguments.': 0.29; 'probably': 0.29; "skip:' 10": 0.30; 'code': 0.31; 'received:google.com': 0.34; 'list': 0.35; 'but': 0.36; 'subject:: ': 0.38; 'your': 0.60; 'link': 0.60; 'different': 0.63; 'subject:this': 0.84; '2013': 0.84 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:cc:content-type; bh=Tbm3ugugdJifcdUgPYbXJXS+KPUaFdiB5E7grO3wLWY=; b=FYrI5vHu1+stdoq48kITaNvtoUjYT7vpgN0h38Ugt6sEXCfPcOpjcsdnhyENegmnqB 0/qIQT8Xx2H4mJvOCqsIrYQk9A4UwtIGPNXNIlUNZiUSBogKDEc+ld6pPslIfQpKaarc w6rD6xoHcb2RoQJvcabWI13BLk7lcmkxtuR5RN22crT1giAOIB9Z0W0AkGP4qybVKSy7 Zav0uX2SxfM9Cc0/X6hH4c658Vn6qptg6cCZsV2cDliRq/U8v2mzVIVr5LzUlspAXdYt 2/3UML+0f+KTVyh0XbvOIPQZVuU6fvAc4O2VV+fdkED51tt3NAee9s7fXBaXjLCvlxlk n4pg== MIME-Version: 1.0 X-Received: by 10.204.190.81 with SMTP id dh17mr1239488bkb.15.1362762270231; Fri, 08 Mar 2013 09:04:30 -0800 (PST) In-Reply-To: References: Date: Fri, 8 Mar 2013 17:04:29 +0000 Subject: Re: I cant understand this error when i click a link on my website From: Sven To: =?ISO-8859-7?B?zd/q7/Igw+rxMzPq?= Content-Type: multipart/alternative; boundary=485b397dd6a70811e104d76cd153 Cc: python-list , comp.lang.python@googlegroups.com 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: 55 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362762272 news.xs4all.nl 6845 [2001:888:2000:d::a6]:46884 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40873 --485b397dd6a70811e104d76cd153 Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable On 8 March 2013 16:50, =CD=DF=EA=EF=F2 =C3=EA=F133=EA wrote: > > > but that same exact code is executed withour errors when someone is > http://superhost.gr > > the erro is produces when he is requesting a link from that page... > -- > But with different arguments. It's http://superhost.gr/?htmlpage=3Dfiles.py http://superhost.gr/ and the arguments to your regex are coming up as "string=3D['/home/nikos/public_html/index.html', 'files.py']" which is clearly a list of strings. In the case of http://superhost.gr/ it's probably just a single string --=20 ./Sven --485b397dd6a70811e104d76cd153 Content-Type: text/html; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable
On 8 March 2013 16:50, =CD=DF=EA=EF=F2 =C3=EA=F133=EA <nikos.gr33k@gmail.com> wrote:


but that same exact code is executed withour errors when someone is <= a href=3D"http://superhost.gr" target=3D"_blank">http://superhost.gr
the erro is produces when he is requesting a link from that page...
--
<= div>
But with different arguments. It's http://superhost.gr/?htmlpage=3Df= iles.py =A0http://superhost.gr/ an= d the arguments to your regex are coming up as "string=3D['/home/n= ikos/public_html/index.html', 'files.py']" which is clearl= y a list of strings.
In the case of=A0http://superho= st.gr/ it's probably just a single string

--
./Sven
--485b397dd6a70811e104d76cd153--