I've been trying to install MySQLdb using a MySQL installation which stands on a non /usr/local... folder, it all seems to work since I add the MySQL folder to the LD_LIBRARY_PATH but when I finally try to use it with Python it tells me I ain't got MySQL on /usr/local/mysql...
How can I specify that the MySQL dir is something like /User/Me/mysql-.... ?
I am using Mac OS X 10.4.
Thanks in advance,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi folks,
I've been trying to install MySQLdb using a MySQL installation which stands on a non /usr/local... folder, it all seems to work since I add the MySQL folder to the LD_LIBRARY_PATH but when I finally try to use it with Python it tells me I ain't got MySQL on /usr/local/mysql...
How can I specify that the MySQL dir is something like /User/Me/mysql-.... ?
I am using Mac OS X 10.4.
Thanks in advance,