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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -