Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53377 > unrolled thread

Re: MySQLdb Problem

Started byChris Angelico <rosuav@gmail.com>
First post2013-09-01 08:20 +1000
Last post2013-09-01 08:20 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: MySQLdb Problem Chris Angelico <rosuav@gmail.com> - 2013-09-01 08:20 +1000

#53377 — Re: MySQLdb Problem

FromChris Angelico <rosuav@gmail.com>
Date2013-09-01 08:20 +1000
SubjectRe: MySQLdb Problem
Message-ID<mailman.423.1377987616.19984.python-list@python.org>
On Sun, Sep 1, 2013 at 8:17 AM, John Smith <cantinaderecuerdos@yahoo.com> wrote:
>
> --------------------------------------------
> On Sat, 31/8/13, Chris Angelico <rosuav@gmail.com> 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web