1

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?

Community
  • 1
  • 1
Dustin Wyatt
  • 4,046
  • 5
  • 31
  • 60

1 Answers1

2

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.

Serafina Brocious
  • 30,433
  • 12
  • 89
  • 114