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
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
>
> 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
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
> 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
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
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
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