23 Aug
2003
23 Aug
'03
7:59 a.m.
and am getting this error: "No module named _mysql" Prior to install of the Product I had added the mysql-python-0.9.2- 1.i386.rpm sucessfully
check out "rpm -ql MySQL-python", this package installs python modules for python1.5 while you are using probably python2.2, you have to add the path "/usr/lib/python1.5/site-packages" to your PYTHONPATH, then you'll get a warning about C API version mismatch each time you "import MySQLdb" (or CompatMysqldb), but don't worry, this doesn't seem to cause any trouble in using mysql -- bromden[at]gazeta.pl