Re: [VOTE] Release PyLucene 4.2.1

2013-04-15 Thread Michael McCandless
I'm having trouble on an Ubuntu 12.10 box, using Java 1.7_07 and Python 2.7.3. I was able to build and install both JCC and PyLucene, apparently successfully. I can import lucene in Python and print lucene.VERSION and confirm it's 4.2.1. lucene.initVM(lucene.CLASSPATH) succeeds. Yet, there are

Re: [VOTE] Release PyLucene 4.2.1

2013-04-15 Thread Andi Vajda
On Apr 15, 2013, at 3:52, Michael McCandless luc...@mikemccandless.com wrote: I'm having trouble on an Ubuntu 12.10 box, using Java 1.7_07 and Python 2.7.3. I was able to build and install both JCC and PyLucene, apparently successfully. I can import lucene in Python and print