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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -