Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; '(even': 0.05; '64-bit': 0.07; 'upgraded': 0.07; '32-bit': 0.09; 'august,': 0.09; 'yeah,': 0.09; 'python': 0.11; "wouldn't": 0.14; '2.7.3': 0.16; 'before.': 0.16; 'dll,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:Problem': 0.16; 'sat,': 0.16; 'wrote:': 0.18; "haven't": 0.24; 'possibly': 0.26; 'downloaded': 0.26; 'header:In-Reply-To:1': 0.27; 'skip:- 40': 0.29; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'sep': 0.31; 'worked': 0.33; 'date:': 0.34; 'problem': 0.35; 'problem.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'vice': 0.36; 'email addr:python.org': 0.37; 'problems': 0.38; 'to:addr:python-list': 0.38; 'subject:': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'break': 0.61; 'new': 0.61; 'john': 0.61; "you'll": 0.62; 're:': 0.63; 'email name :python-list': 0.65; 'smith': 0.68; 'glad': 0.83; 'confirmed,': 0.84; '2013,': 0.91; '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; bh=5oqJMaqIPudobHEWLEG6E1kyNPHEqctqKRIFs6pW3v4=; b=IzB9CSeSqDTyleJI/+gvaDFeKJRem1lZktY/ycCwzYq9i8xzuVnJVHfe5RO2+CNL28 nVRaEK9dM7dDZhIVQXP7D1l/8luXJ95PoKxvQnWIVMaJ2Kim7aQonciIHCpY0I2SMNqi lRmGUDjWEbWUYGCkI7xm4DoBYcvjHWYKmYHwLM4XbOht/yNwTUzfT8sEKgP6cj8GOuR/ CWmcjHAO1IU5GRBXgGGlHQnHUpznqELY0mRyYEHNBPrAQ1AKphlGNdAdUm4GUFLI0RJg gn1xngZ6X74VeeUC8SI8bGuUe+TQVtPs3q1fuz6QNGnGp3ecB7sdFsbBlvkLAxSSIWTX +nLQ== MIME-Version: 1.0 X-Received: by 10.58.161.116 with SMTP id xr20mr11782844veb.2.1377987607057; Sat, 31 Aug 2013 15:20:07 -0700 (PDT) In-Reply-To: <1377987438.23663.YahooMailBasic@web194906.mail.sg3.yahoo.com> References: <1377987438.23663.YahooMailBasic@web194906.mail.sg3.yahoo.com> Date: Sun, 1 Sep 2013 08:20:07 +1000 Subject: Re: MySQLdb Problem From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1377987616 news.xs4all.nl 15914 [2001:888:2000:d::a6]:59982 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:53377 On Sun, Sep 1, 2013 at 8:17 AM, John Smith wrote: > > -------------------------------------------- > On Sat, 31/8/13, Chris Angelico wrote: > > Subject: Re: MySQLdb Problem > To: python-list@python.org > Date: Saturday, 31 August, 2013, 4:18 PM > >> Do your Python and your MySQLdb match? I haven't confirmed, >> but I'm >> pretty sure you'll have problems if you have a 32-bit Python >> with a >> 64-bit mysqldb DLL, or vice versa. > > Yeah, that turned out to be the problem. What's strange is that it worked before. Possibly you upgraded to a new version of Python (even from 2.7.3 to 2.7.5 or something, which wouldn't otherwise break stuff) and downloaded the other form of executable? Anyway, glad it's sorted. ChrisA