Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!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.106 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.80; '*S*': 0.01; 'charset:iso-8859-7': 0.04; 'python': 0.11; 'random': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'seems': 0.21; 'error': 0.23; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'helpful.': 0.31; 'quotes': 0.31; 'file': 0.32; 'open': 0.33; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'received:209': 0.37; 'being': 0.38; 'thank': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'read': 0.60; 'subject:. ': 0.67; 'mar': 0.68; 'line,': 0.68; 'look.': 0.84; 'verifying': 0.84; '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:content-transfer-encoding; bh=KrNA+ZbmrqWRLpjrCKxC9qPICiqYIRTxuhOyQ5zlNVY=; b=dko4+32LEfjPK3bD/DLgru//ATpSLsVQ7wf/BXwz/aXlnNeDRVugzY8cS2kiFW9/sR Gtj2d+ZPVvHKHi1SjPwSq2rMGVTm0BpecmL11oH29ITzFRlPadYZ50EOcI+l1BK6+P85 X77ap7Bdc/xgi2nYU5TsGL/bajF8jQ+e5B5TynwenJHIHEUqSqN/NoeBb89KaxM5g0UH 1jL+XPmPs5jWG4KYmfyvRKtkv1ZPTfdnk5Q4klcuccwCN2dfiqLBeGV59KQsfPXrOMkT xKwcTY2FSTER83v152QZiEr/WaV8K6TerwfTvP3Bs3fmLu8zFefm4agOWx124xsL8hiW ESOQ== MIME-Version: 1.0 X-Received: by 10.52.88.197 with SMTP id bi5mr21873937vdb.58.1364438808831; Wed, 27 Mar 2013 19:46:48 -0700 (PDT) In-Reply-To: References: <9c01c631-77e8-4104-ae1f-5cccfaaea10d@googlegroups.com> <22f50ec2-7d20-47af-a793-5cf801b6a23e@googlegroups.com> <515322EC.9080602@mrabarnett.plus.com> <64b1d68a-7cc2-4039-b550-7f4970442aec@googlegroups.com> Date: Thu, 28 Mar 2013 13:46:48 +1100 Subject: Re: MySQLdbd error. Perhpas it isn't installed? 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364438811 news.xs4all.nl 6896 [2001:888:2000:d::a6]:55958 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42071 On Thu, Mar 28, 2013 at 1:36 PM, =CD=DF=EA=EF=F2 =C3=EA=F133=EA wrote: > Thank you for verifying this, > > Also now http://superhost.gr seems to stuck in the following line which i= try to open an acii file to slect a random line, please take a look. Your quotes file isn't ASCII. Read the error message, Python is being very helpful. ChrisA