I am trying to use MySQL to store my results with my monkeyrunner script. I am getting this error:
import MySQLdb
ImportError: No module named named MySQLdb
I write my monkeyrunner script using python. I run the scripts on android-sdk/tools folder where monkeyrunner is located. And I already setup python-mySQL connection, it's working fine when I run python scripts inside Python27 folder(not inside Android)
How do I import MySQLdb to my monkeyrunner script?
Thanks.