I have build a python script which uses MySQLDB
. I am able to run the code locally and everything works fine but when after building the executable using pyinstaller
and running it, I am getting this error No module named _mysql Line 19 in path MySQLDb/__init.py
Please help.