Re: ImportError: DLL load failed: The specified module could not be found.

2011-11-07 Thread Andi Vajda
On Nov 7, 2011, at 22:28, Jiang Fung Wong wrote: > Dear All, > > I got this error when trying to import pylucene inside Postgres PL/Python. > > ERROR: ('Traceback (most recent call last): > File "", line 17, in __plpython_procedure_testing_1517611 > File > "d:\\ve\\Lib\\site-packages\\luce

ImportError: DLL load failed: The specified module could not be found.

2011-11-07 Thread Jiang Fung Wong
Dear All, I got this error when trying to import pylucene inside Postgres PL/Python. ERROR: ('Traceback (most recent call last): File "", line 17, in __plpython_procedure_testing_1517611 File "d:\\ve\\Lib\\site-packages\\lucene-3.4.0-py2.6-win32.egg\\lucene\\__init__.py", line 5, in im

[jira] [Commented] (PYLUCENE-11) SigSEGV returning a Term from inside a python iterator

2011-11-07 Thread Greg Bowyer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146024#comment-13146024 ] Greg Bowyer commented on PYLUCENE-11: - It might be numeric terms in the index, (it mi

[jira] [Commented] (PYLUCENE-11) SigSEGV returning a Term from inside a python iterator

2011-11-07 Thread Andi Vajda (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146021#comment-13146021 ] Andi Vajda commented on PYLUCENE-11: With an index of mine, I cannot reproduce this b

[jira] [Updated] (PYLUCENE-11) SigSEGV returning a Term from inside a python iterator

2011-11-07 Thread Greg Bowyer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Bowyer updated PYLUCENE-11: Attachment: backtrace hs_err_pid18188.log hs_err_pid18548.log

[jira] [Created] (PYLUCENE-11) SigSEGV returning a Term from inside a python iterator

2011-11-07 Thread Greg Bowyer (Created) (JIRA)
SigSEGV returning a Term from inside a python iterator -- Key: PYLUCENE-11 URL: https://issues.apache.org/jira/browse/PYLUCENE-11 Project: PyLucene Issue Type: Bug Environment: Pyl