Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.043 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'charset:iso-8859-7': 0.04; 'says.': 0.09; 'attribute.': 0.16; 'chris,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:run': 0.16; 'top-level': 0.16; 'wrote:': 0.18; 'module': 0.19; 'thu,': 0.19; 'asking': 0.27; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'says': 0.33; 'received:209.85': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'received:209': 0.37; 'thank': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'even': 0.60; 'you.': 0.62; 'mar': 0.68; 'yes': 0.68; '\xcc\xe1\xf1\xf4\xdf\xef\xf5': 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=pk/X3ct3z2KGyoae4R3Tzpfx+kuh9SaBXD0rlZNIHL0=; b=mjmJDT+81CiNcxaPWMTUtb77lvfF9OxkkLruggc4+NYAH5+8hD02PIPtqtzJWtUxn6 9sTAL83uWup4kDIIXUouzzIPPPwVP9oHSbqvgyty9SqScmNujwZEIUlHGp1sHHsl9sFx lRZ70GPwk1wR56wjpkK5uTAnf+4db0Ritch/ar/VHGz8kA9Qiz6yDf2z+FxArZ5nK0S1 tAQieeXSIueU4/N42LOfmUcOGjGTBo7ZR/3xtSIpTLvMR6HlxbK5/2ZViM4/cyCqd1sa qEc4lZcKPF+20vw+28h15yQiX4QTKTFbPUeUvcsEKRmpvywXTDHUWbpxHTLznKkxaE2q slbQ== MIME-Version: 1.0 X-Received: by 10.58.50.7 with SMTP id y7mr26068027ven.24.1364443708741; Wed, 27 Mar 2013 21:08:28 -0700 (PDT) In-Reply-To: <2ac959c6-d169-452f-b622-83fe25fbd8da@googlegroups.com> References: <2ac959c6-d169-452f-b622-83fe25fbd8da@googlegroups.com> Date: Thu, 28 Mar 2013 15:08:28 +1100 Subject: Re: Cannot run a single MySQLdb execute.... 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364443717 news.xs4all.nl 6840 [2001:888:2000:d::a6]:55052 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42086 On Thu, Mar 28, 2013 at 3:03 PM, =CD=DF=EA=EF=F2 =C3=EA=F133=EA wrote: > =D4=E7 =D0=DD=EC=F0=F4=E7, 28 =CC=E1=F1=F4=DF=EF=F5 2013 6:00:17 =F0.=EC.= UTC+2, =EF =F7=F1=DE=F3=F4=E7=F2 Chris Angelico =DD=E3=F1=E1=F8=E5: > >> What paramstyle are you using? > > Yes it is Chris, but i'am not sure what exactly are you asking me. > Please if you cna pout it even simper for me, thank you. As it says in that document, paramstyle is a top-level module attribute. Try printing it out. See what it says. Then match your code to it. ChrisA