All my searches, including this question on Stack, point me to MySQLdb. Unfortunately MySQLdb doesn't have a version for Python 2.6.
What am I to do?
All my searches, including this question on Stack, point me to MySQLdb. Unfortunately MySQLdb doesn't have a version for Python 2.6.
What am I to do?
Have you tried compiling it for Python 2.6? The APIs change very little in minor releases, so it's likely to Just Work (TM).
Edit: According to this post, it does work and the poster mentions that Windows binaries have been posted.