Jose Bastos
Jose Bastos

Reputation: 111

Windows build for PyLucene+JCC on python 2.6

Where can I download a PyLucene+JCC Windows build compiled for python 2.6?

Jose

Upvotes: 6

Views: 2087

Answers (3)

Miki Tebeka
Miki Tebeka

Reputation: 13850

I ended up using solr and interfacing it using XML/JSON.

Upvotes: 3

ChristopheD
ChristopheD

Reputation: 116197

Not tested but there appears to be an egg here:

http://code.google.com/p/pylucene-win32-binary/

Upvotes: 2

lfaraone
lfaraone

Reputation: 50672

you might want to see this recent mailing list post and the related thread. There's also a pylucene-dev thread that seems apropos. Unfortunately, none of these things have what you want; you'll still have to build it yourself.

If you're really feeling charitable, you can publish the steps + binaries once you figure it out, but I don't know.

Upvotes: 1

Related Questions