Re: [documancer] ANN: new Documancer release
Status: Beta
Brought to you by:
vaclavslavik
|
From: Vaclav S. <vs...@fa...> - 2005-02-19 23:18:23
|
Hi, Arnd Baecker wrote: > Do you think that it is possible that documancer > reacts a bit more "helpful" when one has the wrong > locale settings? It should just work, but it doesn't, thanks to wxPython :-/ See here: http://aspn.activestate.com/ASPN/Mail/Message/wxpython-users/631186 It messes up the locales. Worse, differently in different versions, so=20 a fix that works for wxPy 2.5 doesn't work for 2.4 (which works=20 fine). Finally, fixing the Java version of indexer is out of reach... Here, with cs_CZ locale (which should behave in same way as yours), it=20 works fine with wxPy 2.4 and PyLucene (but not Java!) backend and=20 works with wxPy 2.5 and PyLucene if I add this to pylucene_srv.py: import locale locale.setlocale(locale.LC_ALL, '') Any ideas how to fix the mess? Regards, Vaclav =2D-=20 PGP key: 0x465264C9, available from http://wwwkeys.pgp.net/ |