python 3.x - No module named _mysql when running the executable built using pyinstaller -


i have build python script uses mysqldb. able run code locally , works fine when after building executable using pyinstaller , running it, getting error no module named _mysql line 19 in path mysqldb/__init.py

please help.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -