MySQL module

William Park parkw at better.net
Sat Jun 10 20:34:42 EDT 2000


On Sun, Jun 11, 2000 at 12:18:44AM +0000, dana_booth wrote:
> I've asked this before, but never did get a good response, so I hope that
> one of you reading this might be able to help...
> 
> The MySQLmodule1.4 does not compile properly on any platform. I've tried
> removing the '&'s on the three lines which puke during compile. On
> UNIX-like's Python won't make install when having done that, on Windows,
> it'll compile, but Python chokes when trying to import.
> 
> I've even tried using mSQL and PostgreSQL, on which the modules compile
> fine, but I need to use MySQL, the only backend whos Python module seems to
> be flawed in some way. :)
> 
> Anyway do any of you know of, or have made yourself, a module for MySQL?
> 
> -- 
> 
> -----
> Dana Booth <dana at oz.net>
> Tacoma, Wa., USA

There are 2 modules for MySQL:
    - MySQLmodule-1.4 (old -- must remove 3 '&')
    - MySQLdb-0.2.1 (new -- no problem)
Both compiled and installed on Slackware Linux.

--William




More information about the Python-list mailing list