I recently started getting the following error in my trac install:
Cannot load Python bindings for MySQL
I, unfortunately, had to reinstall MySQL, and, afterwards, I started getting those issues. I have spent the last hour trying to track something down on Google, but I couldn't get anything to work. I made sure MySQL is up and running correctly. I created a new MySQL user specific to trac. I made sure all of the packages are there there. Nothing.
Here's my dkpg (I run Ubuntu Maverick):
dpkg -l | grep python
- libapache2-mod-python
- libapache2-mod-python-doc
- libpython2.6
- libpython3.1
- python
- python-central
- python-docutils
- python-genshi
- python-imaging
- python-lxml
- python-minimal
- python-mysqldb
- python-pkg-resources
- python-pybabel
- python-pygments
- python-roman
- python-setuptools
- python-subversion
- python-support
- python-tz
- python2.6
- python2.6-minimal
- python3.1
- python3.1-minimal
If anyone has any ideas as to what it could be, I'd be forever grateful.