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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -