Ugh! Python 3.1.x and MySQL

John Nagle nagle at animats.com
Fri Sep 10 19:10:31 EDT 2010


On 9/10/2010 12:57 PM, nn wrote:
> On Sep 10, 12:27 pm, fuglyducky<fuglydu... at gmail.com>  wrote:
>> Most of the python books coming out now are Py3K. I just started
>> programming and have a need to access a MySQL database. I would like
>> to use Python to do this. Unfortunately, I cannot find anyone that has
>> created anything that allows my to do this.
>>
>> I've tried installing an ODBC driver and using sqlalchemy, oursql, and
>> a few other things with no luck.
>>
>> So...just wondering if anyone is aware of any libraries/modules that I
>> can use to connect to a MySQL DB using Python 3.1.x?
>>
>> Ideally, I'd like to be able to this from both x86 and x64 systems (if
>> that makes any difference).
>>
>> Thanks for any input you may have!!!
>
> Google found this:
>
> http://sourceforge.net/projects/mysql-python/forums/forum/70460/topic/3831691

   That's progress, but it's a fork of MySQLdb.

   Can it be checked into the MySQLdb project on SourceForge?

					John Nagle




More information about the Python-list mailing list