Re: [Boa Constr] Search text and unicode build
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2008-02-25 15:20:35
|
Hi, le dahut wrote: > Hello, > > I'm using boa-constructor-0.6.1.src.win32.exe on windows xp (sources > installed in C:\python25) with python-2.5.1.msi. > > I use it with wxPython2.8-win32-unicode-2.8.7.1-py25.exe. > > When I search some text (Ctrl+f) the higlighted found text doesn't > appear on the text but a few variable number of caracters before (/after ?). > > If I use wxPython2.8-win32-ansi-2.8.7.1-py25.exe this problem does not > occur. > > Is there any solution ? I am using just about the same (except that I get my boa version always from CVS), i.e. # Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] # wxPython 2.8.7.1, Boa Constructor 0.6.1 # Type "copyright", "credits" or "license" for more information. >>> import wx >>> wx.version() '2.8.7.1 (msw-unicode)' I don't see the problem you are seeing. Is this only happening with particular files? Werner |