9 Apr
2000
9 Apr
'00
11:42 p.m.
Vago Istvan wrote:
Hello,
I just realized that catalog isn't index my Hungarian (latin-2) texts correctly. Searching the archive I found to use the -L switch starting z2.py . I done it, but with -L '' zope doesn't start up. Looking in z2.py I found z2.py imports the local module.
locale
The local module needs an other module: _local, but I haven't found it in my python installation. Do someone know how to get the file _local.
locale should be compiled in by default on most UNIX platform. You may have to rebuild your python, or perhaps your python installation is incorrect? -Michel