Why can’t easy_install find MySQLdb? March 7, 2023 by Tarik You have the wrong package name. MySQL-python is the right one: easy_install MySQL-python or pip install MySQL-python