How install MySQLdb (python)
I have a fresh install cPanel server and when I try to import MySQLdb in python:
>>> import MySQLdb
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named MySQLdb
I get an error message: ImportError: No module named MySQLdb
Then I try:
# yum install MySQL-python
But did not succeed. How can i install MySQLdb Python module?
Best Regards, Timppa
-
Hello :) That package is unsupported, but you can search for and use a custom repository to install it via YUM, or install the package from source: MySQL for Python Thank you. 0
Please sign in to leave a comment.
Comments
1 comment