I've seen this question No module named MySQLdb and I've gone through it extensively. When executing yum install MySQL-python
I get:
Package MySQL-python-1.2.3-0.3.c1.1.8.amzn1.x86_64 already installed and latest version
Nothing to do
However when attempting to execute a python script importing MySQLdb:
ImportError: No module named MySQLdb
What am I missing here? Help! This is driving me up the wall!