I installed python mysqldb with command: apt-get install python-mysqldb, everything was fine but I cannot open any python script with:
import mysqldb
I still get information:
ImportError: No module named mysqldb
Any idea what to do? I'm using Ubuntu 12.04