Solution to encoding issue... sorry!
March 1, 2003
9:15 a.m.
I managed to find a solution through a combination of posts... here it is for anyone interested: in setup.cfg (for py2exe section): ######################### packages=encodings force-imports=sitecustomize ######################### and in sitecustomize.py: ######################### import sys, codecs sys.setdefaultencoding("latin1") ######################### Kevin.
8324
Age (days ago)
8324
Last active (days ago)
0 comments
1 participants
participants (1)
-
kevin@cazabon.com