Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!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.109 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.79; '*S*': 0.01; 'string.': 0.05; 'subject:code': 0.07; 'subject:Help': 0.11; 'python': 0.11; 'before.': 0.16; 'columns': 0.16; 'subject:PLEASE': 0.16; 'thread,': 0.16; 'header:User-Agent:1': 0.23; 'values': 0.27; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'work.': 0.31; 'asked': 0.31; 'skip:= 40': 0.31; 'lists': 0.32; 'subject:with': 0.35; 'convert': 0.35; 'add': 0.35; 'consist': 0.36; 'list': 0.37; 'question,': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'days': 0.60; 'read': 0.60; 'new': 0.61; 'different': 0.65; 'subject:this': 0.83; 'pardon': 0.84; 'received:195.238': 0.84; 'received:195.238.6': 0.84; 'received:belgacom.be': 0.84; 'received:isp.belgacom.be': 0.84 X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMBAJIoeVJQyLEg/2dsb2JhbAANTMNKgUKDGgEBBHgRCyEWDwkDAgECAUUTCAKIAqsxiiyJFI8mOhaEGQOYCpUw Date: Tue, 05 Nov 2013 18:23:10 +0100 From: Antoon Pardon User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130922 Icedove/17.0.9 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Help me with this code PLEASE References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 1383672199 news.xs4all.nl 15960 [2001:888:2000:d::a6]:36744 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58513 > ============================================= > > IAM STRUGGLING WITH IT 2 DAYS NOW AND I CANNOT GET IT TO WORK. > > ALL I WANT IT TO DO IS JUST > > 1. RETRIEVE 3 COLUMNS THAT CONSIST OF 3 LONG STRINGS > 2. CONVERT LONG STRINGS TO LISTS > 3. ADD SOME CURRENT VALUES TO THOSE LISTS > 4. CONVERT FROM LISTS TO LONG STRINGS SO I CAN STORE SUCCESSFULLY LIST PYTHON DATATYPE TO MYSQL SCALAR STRING. > > EVERYHTIGN I TRIED FAILED. Don't start a new thread, where you just ask the same question, you already asked before. The answer will not be different just because you started a new thread. Did you already read the documentation of fetchone? -- Antoon Pardon