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 08:49:23
|
Serge, Serge Gauthier wrote: > Hi, > > I am french user of BC 0.4.4 with wxPython 2.6 and Python 2.5. > > It works very well ! > > I tryed to install BC 0.6.1 with wxPython 2.8 and Python 2.5. It is not > possible to browse the files to rename several times. There is a > encoding problem in FileDlg.pyc file. > > I found this file only in Python25\\boa-constructor-0.4.4\ directory > dated on 05/03/18. Is it the good file ? It seems not. The file "FileDlg.pyc" and it's source version "FileDlg.py" should be both the Boa versions. Are you using Unicode version of wxPython 2.8? If yes, I had to create a "sitecustomize.py" file in the Python25 folder with the following content: import sys sys.setdefaultencoding('utf-8') Hope this helps Werner |