Ugh! Python 3.1.x and MySQL

2010-09-10 Thread fuglyducky
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

Re: Ugh! Python 3.1.x and MySQL

2010-09-10 Thread Rami Chowdhury
On Fri, Sep 10, 2010 at 22:27, fuglyducky fuglydu...@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

Re: Ugh! Python 3.1.x and MySQL

2010-09-10 Thread nn
On Sep 10, 12:27 pm, fuglyducky fuglydu...@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

Re: Ugh! Python 3.1.x and MySQL

2010-09-10 Thread John Nagle
On 9/10/2010 12:57 PM, nn wrote: On Sep 10, 12:27 pm, fuglyduckyfuglydu...@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

Re: Ugh! Python 3.1.x and MySQL

2010-09-10 Thread Martin Gregorie
On Fri, 10 Sep 2010 09:27:28 -0700, fuglyducky 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