| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
64 (1.227s).
|
|
|
Loading phrases to help you refine your search...
|
|
pass compressed string - PyLucene - [mail # dev]
|
|
...Hello, I would like to transfer results from python to java: hello = zlib.compress("hello") on the java side do: byte[] data = string.getBytes() But I am not su...
|
|
|
Author: Roman Chyla,
2011-02-24, 02:07
|
|
|
Re: Problem loading jcc from java : undefined symbol: PyExc_IOError - PyLucene - [mail # dev]
|
|
...In the end, I compiled a new python with the necessary modules, and that works just fine. But it was an interesting experience. Thank you Andi, your help is always great. Cheers,  ...
|
|
|
Author: Roman Chyla,
2011-02-15, 15:51
|
|
|
Re: Problem loading jcc from java : undefined symbol: PyExc_IOError - PyLucene - [mail # dev]
|
|
...On Tue, Feb 15, 2011 at 4:22 AM, Andi Vajda wrote: This will be probably the problem (as you said before), the libjcc.so shows no python - bash-3.2$ ldd build/lib.linux-x86...
|
|
|
Author: Roman Chyla,
2011-02-15, 08:22
|
|
|
Re: Problem loading jcc from java : undefined symbol: PyExc_IOError - PyLucene - [mail # dev]
|
|
...from: http://realmike.org/blog/2010/07/18/python-extensions-in-cpp-using-swig/ Q. “Fatal Python error: Interpreter not initialized (version mismatch?)” A. This error occurs when ...
|
|
|
Author: Roman Chyla,
2011-02-15, 02:15
|
|
|
Re: Problem loading jcc from java : undefined symbol: PyExc_IOError - PyLucene - [mail # dev]
|
|
...On Tue, Feb 15, 2011 at 1:32 AM, Andi Vajda wrote: I am very ignorant as far as the difference between statically and dynamically linked libraries go - I just wanted to use JCC w...
|
|
|
Author: Roman Chyla,
2011-02-15, 01:40
|
|
|
Problem loading jcc from java : undefined symbol: PyExc_IOError - PyLucene - [mail # dev]
|
|
...Hello Andi, all, The python embedded in Java works really well on MacOsX and also Ubuntu. But I am trying hard to make it work also on Scientific Linux (SLC5) with *statically* built P...
|
|
|
Author: Roman Chyla,
2011-02-14, 23:43
|
|
|
Re: cannot instantiate HashMap until after shared-module initVM() - PyLucene - [mail # dev]
|
|
...Hi, I finally managed to try it out and I can confirm that adding java.util.HashMap into the lucene Makefile solves this (I was already doing --import lucene). Though I didn't see HashSet in...
|
|
|
Author: Roman Chyla,
2011-02-14, 10:22
|
|
|
cannot instantiate HashMap until after shared-module initVM() - PyLucene - [mail # dev]
|
|
...Hi Andi, all, I have just came across behaviour which seems strange -- I have built lucene and wrapped solr + my own extension with JCC (ver. 2.7; OS is Mac, Python 32bi 2.6; using gen...
|
|
|
Author: Roman Chyla,
2011-02-05, 02:26
|
|
|
Re: --module option not playing nicely with relative paths - PyLucene - [mail # dev]
|
|
...Hi, By mistake it had .py suffix, trying now with .patch. Best, roman On Thu, Jan 13, 2011 at 4:54 PM, Andi Vajda wrote:...
|
|
|
Author: Roman Chyla,
2011-01-13, 16:31
|
|
|
--module option not playing nicely with relative paths - PyLucene - [mail # dev]
|
|
...Hi, Until recently, I wasn't using --module parameter. But now I do and the compilation was failing, because I am not building things in the top folder, but from inside build - to avoi...
|
|
|
Author: Roman Chyla,
2011-01-13, 13:47
|
|
|
|