Anybody that have created a .exe fil when include _mysql? i got the following error when i tried with py2exe
Z:\My Documents\python\work\dist>hamtainfo.exe
Traceback (most recent call last):
File "hamtainfo.py", line 5, in ?
File "_mysql.pyc", line 9, in ?
File "_mysql.pyc", line 7, in __load
ImportError: _mysql: init failed
Anybody that can help?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anybody that have created a .exe fil when include _mysql? i got the following error when i tried with py2exe
Z:\My Documents\python\work\dist>hamtainfo.exe
Traceback (most recent call last):
File "hamtainfo.py", line 5, in ?
File "_mysql.pyc", line 9, in ?
File "_mysql.pyc", line 7, in __load
ImportError: _mysql: init failed
Anybody that can help?