Gurpreet Sachdeva wrote:
I am using Mysql version 5.0.2-alpha on RedHat 9.0 (python2.2)

When I try to import MySQldb

i' not completely sure mysqldb works with mysql 5.0 and its bundled client libraries.

to be more precise:

'' MySQL-5.0 and newer are not currently supported,
but might work.''

from:
<http://sourceforge.net/project/shownotes.php?release_id=293608>


Is there any problem in library files?? Do I need to install anything
I have installed MySQL-shared-3.23.54a-1.i386.rpm,
MySQL-devel-5.0.2-0.i386.rpm, MySQL-client-5.0.2-0.i386.rpm,
MySQL-server-5.0.2-0.i386.rpm

are u sure you have compiled mysqldb against 5.0 client libs?

you may want to post on the mysqldb forum of ask
for help there:

<http://sourceforge.net/forum/forum.php?forum_id=70461>

HTH,
deelan

--
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
<#me> a foaf:Person ; foaf:nick "deelan" ;
foaf:weblog <http://blog.deelan.com/> .
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to