On 4/17/05, aurora <[EMAIL PROTECTED]> wrote: > > It seems Redhat based distributions have the Python interpreter built > with UCS4 option. That means it cannot use the prebuilt PyLucene > binary package directly but must be built from source. Probably a good > piece of information to be captured in a FAQ. > > I guess the same would apply to any prebuilt Python package. Unless > the module publisher release both UCS2 and UCS4 binaries, Redhat users > would have to do their own build.
Yeah, it's a compile-time option when you're building Python from source. The standard Red Hat/Fedora Core packages use UCS-4, and so do the Python RPMs that you can download from the Python site: http://www.python.org/2.4.1/rpms.html _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
