Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.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.049 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'charset:iso-8859-7': 0.04; 'list?': 0.07; 'subject:code': 0.07; 'run,': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'patience': 0.16; 'too?': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'denied': 0.24; 'of.': 0.24; 'script': 0.25; 'permission': 0.26; 'header:In-Reply-To:1': 0.27; 'correct': 0.29; 'message- id:@mail.gmail.com': 0.30; 'file': 0.32; 'run': 0.32; 'open': 0.33; 'linux': 0.33; 'maybe': 0.34; 'could': 0.34; 'test': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'question,': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; '30,': 0.65; 'receive': 0.70; 'online': 0.71; 'subject:this': 0.83; 'failure:': 0.84; 'premature': 0.84; 'skip:/ 30': 0.84; '2013': 0.98 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=qy6qi3WWP3YI7EEzCFUDKOt7SDI/o8i7hVMKAvQ2TSk=; b=YDba8Kcdl7vD6p9wqc8uSo98gMKlOfacePuJ7kizAFcQYLTh+l0Ff1BGGSKD9UMkeb h6l/MvzzlvVjIfMf1BP7FuxIn4QIvFOxVwZvkBvNoJ281rVXFZP6qMPAjg023J4VP41M fkQSYOcXJWgk7I0sCGvtiwefg4b+M1NJNMk91d8m5DVatf1n8jKXoC3FEatSgqqWdejI XUvqbYCp8qqzjAZQsVLyLj3tryjX29yC0krESDBbT++Vw/ao3r1SnxTy40YUeDOoVFka rZhjKfz02xPazN9Rkb74RsKb9U7OJPyvB/Qd0tvENjDx8I9MreFDoHBUsuFXpxPUIkop nakw== MIME-Version: 1.0 X-Received: by 10.220.111.133 with SMTP id s5mr5338429vcp.63.1369918761614; Thu, 30 May 2013 05:59:21 -0700 (PDT) In-Reply-To: <6c380793-6f1f-4d5c-9a55-dcb21079511a@googlegroups.com> References: <95c02d4f-1d3b-45a9-8b22-1eb7cebafe1b@googlegroups.com> <6c380793-6f1f-4d5c-9a55-dcb21079511a@googlegroups.com> Date: Thu, 30 May 2013 22:59:21 +1000 Subject: Re: Is this code correct? 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369918764 news.xs4all.nl 15871 [2001:888:2000:d::a6]:59141 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46484 On Thu, May 30, 2013 at 10:31 PM, =CD=DF=EA=EF=F2 =C3=EA=F133=EA wrote: > This is my last question, everythign else is taken care of. > > i cant test thjis coe online because i receive this > > [Thu May 30 15:29:33 2013] [error] [client 46.12.46.11] suexec failure: c= ould not open log file > [Thu May 30 15:29:33 2013] [error] [client 46.12.46.11] fopen: Permission= denied > [Thu May 30 15:29:33 2013] [error] [client 46.12.46.11] Premature end of = script headers: koukos.py > [Thu May 30 15:29:33 2013] [error] [client 46.12.46.11] File does not exi= st: /home/nikos/public_html/500.shtml > > when i tail -F /usr/local/apache/logs/error_log & > > maybe it is correct but it wont run, perhaps somethign with linux? I don't know, why not ask on a Linux mailing list? Or have you run them out of patience too? ChrisA