zeng leo
unread,Dec 9, 2009, 1:35:13 AM12/9/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyins...@googlegroups.com
hi,everyone,I build a "exe" package with Pyinstaller1.4,inculde PyQT4,pymmsql module
in my codes include these:
import sys
sys.setappdefaultencoding
I run all these codes in my Python Development Environment is very well
but when I run my '"exe" package in windowsXP, It told me "AttributeError: 'module' object has no attribute 'setappdefaultencoding'"