1

I would like to know how can I handle MySQL in python 2.5. Is there any build in library? Or any small external library?

0

3 Answers 3

1

Try taking a look at http://sourceforge.net/projects/mysql-python/ it is a souerceforge project.

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

1 Comment

Ok. Is there any other option? I will have o lot of problems in compiling this on my hosting server.
0

If, as you suggest, you can't build C modules, try using one of the pure Python modules listed here. Use virtualenv to create your own site-packages directory and pip to install it. I have no idea how well any of those work though.

Comments

0

The frequently linked MySQL-Python module is probably the way to go, but Pyodbc is also compatible with MySQL, just to give you other options.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.