Re: [Boa Constr] About Boa constructor 0.6.1
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2007-10-17 10:14:55
|
Hi Serge, Serge Gauthier wrote: > Hi Werner, > > I created a sitecustomize.py file in Python25 directory as you wrote > it. It doesn't change anything. > > I found the solution by typing in the shell editor: > > import sys > sys.setdefaultencoding('latin') not 'utf-8' What version of wxPython are you using? For me utf-8 works for both: wx.version() '2.8.4.2 (msw-ansi)' wx.version() '2.8.6.0 (msw-unicode)' > > and everything is ok !! > > Now, how to do it automatically when Boa runs ??? That is what sitecustomize.py does, maybe change it to use 'latin' instead of 'utf-8'. Werner |