Re: [Boa Constr] wx.GetDefaultPyEncoding()
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2007-08-21 16:21:58
|
Gianfranco, Was this string "Il tipo non e :" always like this or did was it like: this "Il tipo non é :" or something similar? When I use é or similar in the source code I do get encoding errors similar to the original one you reported. If you want non ascii chars in your source code then you need to add: # -*- coding: iso-8859-1 -*-# or similar as the first line of every file. I changed the attached file which is in ...\site-packages\boa\Plug-ins to include that line and then I just click the second to last tool bar button on the editor. Werner |