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 -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -