Re: [jira] [Commented] (PYLUCENE-27) JCC should be able to create sdist archives

2013-11-01 Thread Martin Scherer
. But nevertheless I would recommend using a output directory which is by default not 'build' to avoid such situations in the future. Best, Martin Am 01.11.2013 15:48, schrieb Martin Scherer: It is not clear to me, why the source code is missing, because the Extension is defined properly

Re: [nag][VOTE] Release PyLucene 4.5.1-1

2013-11-03 Thread Martin Scherer
Hi Andi, I would like to submit another patch today, which fixes one minor issue (5 +/-lines) the usecase of importing implementation details of JCC (which is indeed very easy). So if anybody is willing to test, (as I did before). I submit it in a few hours to issue list. Thank you! Best,

Re: [nag][VOTE] Release PyLucene 4.5.1-1

2013-11-04 Thread Martin Scherer
Hi everybody, I've created issue PYLUCENE-28 with a patch fixing it. Please have a look. Best, Martin (Voting +1, no matter if its included now or later) Am 04.11.2013 03:29, schrieb Andi Vajda: Hi Martin, On Nov 3, 2013, at 23:50, Martin Scherer m.sche...@fu-berlin.de wrote: Hi Andi

Re: [jira] [Commented] (PYLUCENE-28) JCC reuses JVM instances in impl, if compile() is called twice.

2013-12-18 Thread Martin Scherer
. --- Key: PYLUCENE-28 URL: https://issues.apache.org/jira/browse/PYLUCENE-28 Project: PyLucene Issue Type: Improvement Environment: jcc-svn-head (2.18-pre) Reporter: Martin Scherer Priority: Blocker Labels: patch

Re: [jira] [Commented] (PYLUCENE-28) JCC reuses JVM instances in impl, if compile() is called twice.

2013-12-18 Thread Martin Scherer
: Improvement Environment: jcc-svn-head (2.18-pre) Reporter: Martin Scherer Priority: Blocker Labels: patch Attachments: jvm_instance_check.patch If you import jcc.cpp to call compile yourself (a wrapped setup.py script to generate a wrapper

[jira] [Created] (PYLUCENE-29) JCC: JArray('int') from integer numpy ndarray not possible

2013-12-10 Thread Martin Scherer (JIRA)
Martin Scherer created PYLUCENE-29: -- Summary: JCC: JArray('int') from integer numpy ndarray not possible Key: PYLUCENE-29 URL: https://issues.apache.org/jira/browse/PYLUCENE-29 Project: PyLucene

[jira] [Commented] (PYLUCENE-29) JCC: JArray('int') from integer numpy ndarray not possible

2013-12-10 Thread Martin Scherer (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13844285#comment-13844285 ] Martin Scherer commented on PYLUCENE-29: I've upgraded my numpy installation

[jira] [Updated] (PYLUCENE-27) JCC should be able to create sdist archives

2014-01-13 Thread Martin Scherer (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Scherer updated PYLUCENE-27: --- Attachment: createSetupScript.patch This patch creates a setup.py file in cwd, if the extra