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?

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Yep...I found that a few things that were built for 2.5 "just work" with 2.6.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.