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


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

MySQLdb Problem

Started byJohn Smith <cantinaderecuerdos@yahoo.com>
First post2013-08-31 16:38 +0800
Last post2013-08-31 16:38 +0800
Articles 1 — 1 participant

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


Contents

  MySQLdb Problem John Smith <cantinaderecuerdos@yahoo.com> - 2013-08-31 16:38 +0800

#53360 — MySQLdb Problem

FromJohn Smith <cantinaderecuerdos@yahoo.com>
Date2013-08-31 16:38 +0800
SubjectMySQLdb Problem
Message-ID<mailman.413.1377961041.19984.python-list@python.org>
Hi;
Since there is no list for MySQLdb, I'm hoping you can help me. I have installed, de-installed and reinstalled this s/w and MySQL itself on my Win8 box. However, when I go to use it from a script, I get the following error:

"C:\Python27\lib\site-packages\MySQLdb\__init.py__", line 27 in <module>
import _mysql

ImportError: DLL load failed: %1 is not valid Win32 application. 

Well, I'm running Win8 which is 64-bit, but I'm pretty sure it runs 32 as well, right? Python 27, MySQL 5.5.
TIA,
John

[toc] | [standalone]


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


csiph-web