Re: [CentOS] mysql-python

2010-03-25 Thread Christopher Chan
> >>> con=MySQLdb.connection(passwd="",user="esf",db="maze_bs") Blast, it is because I am using connection instead of connect. Sorry for the noise. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] mysql-python

2010-03-25 Thread Christopher Chan
On Friday, March 26, 2010 09:39 AM, Ray Van Dolson wrote: > On Fri, Mar 26, 2010 at 09:32:35AM +0800, Christopher Chan wrote: >> >>> Where'd you get your MySQLdb module from? >> >> yum install MySQL-python > > Well, don't know what to tell you: > > $ rpm -qi MySQL-python > Name: MySQL-pytho

Re: [CentOS] mysql-python

2010-03-25 Thread Ray Van Dolson
On Fri, Mar 26, 2010 at 09:32:35AM +0800, Christopher Chan wrote: > > > Where'd you get your MySQLdb module from? > > yum install MySQL-python Well, don't know what to tell you: $ rpm -qi MySQL-python Name: MySQL-python Relocations: (not relocatable) Version : 1.2.1

Re: [CentOS] mysql-python

2010-03-25 Thread Christopher Chan
> Where'd you get your MySQLdb module from? yum install MySQL-python ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] mysql-python

2010-03-25 Thread Ray Van Dolson
On Fri, Mar 26, 2010 at 09:03:11AM +0800, Christopher Chan wrote: > On Friday, March 26, 2010 08:52 AM, Ray Van Dolson wrote: > > On Fri, Mar 26, 2010 at 08:23:26AM +0800, Christopher Chan wrote: > >> On Thursday, March 25, 2010 09:11 PM, JohnS wrote: > >>> > >>> On Thu, 2010-03-25 at 14:14 +0800,

Re: [CentOS] mysql-python

2010-03-25 Thread Christopher Chan
On Friday, March 26, 2010 08:52 AM, Ray Van Dolson wrote: > On Fri, Mar 26, 2010 at 08:23:26AM +0800, Christopher Chan wrote: >> On Thursday, March 25, 2010 09:11 PM, JohnS wrote: >>> >>> On Thu, 2010-03-25 at 14:14 +0800, Christopher Chan wrote: Is it me or does the MySQLdb module in Centos n

Re: [CentOS] mysql-python

2010-03-25 Thread Ray Van Dolson
On Fri, Mar 26, 2010 at 08:23:26AM +0800, Christopher Chan wrote: > On Thursday, March 25, 2010 09:11 PM, JohnS wrote: > > > > On Thu, 2010-03-25 at 14:14 +0800, Christopher Chan wrote: > >> Is it me or does the MySQLdb module in Centos not support python's DBAPI > >> 2.0 > > > > --- > > Well you g

Re: [CentOS] mysql-python

2010-03-25 Thread Christopher Chan
On Thursday, March 25, 2010 09:11 PM, JohnS wrote: > > On Thu, 2010-03-25 at 14:14 +0800, Christopher Chan wrote: >> Is it me or does the MySQLdb module in Centos not support python's DBAPI >> 2.0 > > --- > Well you give no clue to the code your using. Post what type your > using, > > It uses curs

Re: [CentOS] mysql-python

2010-03-25 Thread JohnS
On Thu, 2010-03-25 at 14:14 +0800, Christopher Chan wrote: > Is it me or does the MySQLdb module in Centos not support python's DBAPI > 2.0 --- Well you give no clue to the code your using. Post what type your using, It uses cursors so it it is compliant as far as I see. I get you installed i