mysql-python compiling error on Fedora Core 3 x86_64

2005-01-04 Thread Marc Petitmermet
Dear List Members Can anybody give me a hint about how to compile mysql-python on a 64bit opteron system (see the error below) with mysql tarball? - Fedora Core 3 x86_64 - python-2.3.4 - MySQL-python-1.1.8 - mysql-standard-4.1.8-unknown-linux-x86_64-glibc23.tar.gz Thanks in advance Marc python

executemany & UPDATE (MySQL & Python)

2002-06-14 Thread Nick Arnett
Can anyone confirm that it is *not* possible to pass a list to the Python MySQLdb module in UPDATE operations? In other words, this kind of thing works: self.dbh.execute("INSERT INTO Foo (blah, blorg,snork) VALUES (%s,%s,%s)",myList) ... But this kind doesn't appear to work for me: self.dbh.ex

Re: Mysql..Python..

2002-06-12 Thread Terrence Cox
> > Python has the ability to produce ( with modules) graphics for my > database > interface, outside of the Browser enviorment. Seems, from what I have > read PHP > is restricted to the Browser, is this correct? > Just to answer the question about PHP being restricted to the browser, the answe

Re: Mysql..Python..

2002-06-12 Thread Bill Bedford
At 10:23 pm -0400 11/06/02, R Talbot wrote: >> My sense is that it's not as popular for use with MySQL as PHP or >> Perl, but yes, there are people using it. A few of the MySQL books >> out there have descriptions of how to use the Python interface for >> MySQL, and (shameless plug) it's one

Re: Mysql..Python..

2002-06-11 Thread R Talbot
> My sense is that it's not as popular for use with MySQL as PHP or > Perl, but yes, there are people using it. A few of the MySQL books > out there have descriptions of how to use the Python interface for > MySQL, and (shameless plug) it's one of the 4 languages covered in > the upcoming MySQL C

Re: Mysql..Python..& ..MSQLdb

2002-06-11 Thread MikeParton
uot;R Talbot" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 5:05 PM Subject: Re: Mysql..Python..& ..MSQLdb > At 16:30 -0400 6/11/02, R Talbot wrote: > >I have been using perl and Mysql together but have > >decided to try python and Mys

Re: Mysql..Python..& ..MSQLdb

2002-06-11 Thread Paul DuBois
gt;me to intructions or examples. That's way, way old. Go to: http://sourceforge.net/projects/mysql-python and get the 0.9.1 release. There's also a "Docs" link in the link bar that will take you to some of the documentation. > > My purpose is a user friendly GUI for u

Mysql..Python..& ..MSQLdb

2002-06-11 Thread R Talbot
I have been using perl and Mysql together but have decided to try python and Mysql together. I download and extracted MYSQLdb 0.35-1 from Andy Dustman's page. The module does not seen to have instructions for use. Can anyone point me to intructions or examples. My purpose is a user friendly GUI