Xiaodong Jiang píše v So 19. 02. 2011 v 10:32 +0800:
> Any help?

As a workaround you could try add additional import (at least for me it
seems to work):

---
import MySQLdb
import _mysql
---

I'm not sure why pyinstaller does not successfully load only the _mysql
module.

There must be something odd in pyinstaller in handling binary modules or
maybe the import of MySQLdb adds some dependencies not properly resolved
only for binary _mysql module.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to