Although this problem seems to be discussed all over again on numerous blogs
and support forums, I've come here to address the issue once more. Because I
just can't get mysql-python running on my Mac I'm using for development.
Has anybody got any clue on what else there is to try? I've even tried
building an 32bit Version mysql-python and running python in 32bit mode. That
does not work either.
Thanks in advance for any help! Have a nice weekend.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello there,
Although this problem seems to be discussed all over again on numerous blogs
and support forums, I've come here to address the issue once more. Because I
just can't get mysql-python running on my Mac I'm using for development.
So here is my setup:
OSX 10.6.7
Mysql 5.5.10 x84_64
Python 2.6 running in 64bit mode
mysql-python 1.2.3
I've built the mysql-python package using
numerous times. I've also followed solutions telling me to modify the
mysql_config.path in setup_posix.py and site.cfg.
Trying to import MySQLdb will still result in the following error:
Has anybody got any clue on what else there is to try? I've even tried
building an 32bit Version mysql-python and running python in 32bit mode. That
does not work either.
Thanks in advance for any help! Have a nice weekend.