Lampp comes with mysql 5 compiled but it doesn't install standardly as most mysql installsion go. So you'd either need to link the mysql_config or edit the setup.py file.
Is there a chance in the next releases you could have that editable in the site.cfg?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ack I thought I had it but I still get a base missing file:
Traceback (most recent call last):
File "index.py", line 11, in ?
import reg
File "/home/sutabi/reg.py", line 1, in ?
import MySQLdb
File "/usr/local/lib/python2.4/site-packages/MySQLdb/init.py", line 19, in ?
import _mysql
ImportError: libmysqlclient_r.so.15: cannot open shared object file: No such file or directory
Any idea on how I can find out where its looking for this file?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Lampp comes with mysql 5 compiled but it doesn't install standardly as most mysql installsion go. So you'd either need to link the mysql_config or edit the setup.py file.
Is there a chance in the next releases you could have that editable in the site.cfg?
Ack I thought I had it but I still get a base missing file:
Traceback (most recent call last):
File "index.py", line 11, in ?
import reg
File "/home/sutabi/reg.py", line 1, in ?
import MySQLdb
File "/usr/local/lib/python2.4/site-packages/MySQLdb/init.py", line 19, in ?
import _mysql
ImportError: libmysqlclient_r.so.15: cannot open shared object file: No such file or directory
Any idea on how I can find out where its looking for this file?