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

2011-11-08 Thread Jiang Fung Wong
s 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 >>>>> "

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

2011-11-08 Thread Jiang Fung Wong
;>>> >>>> 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", &

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

2011-11-08 Thread Andi Vajda
ene-3.4.0-py2.6-win32.egg\\lucene\\__init__.py", >>> line 5, in >>> import jcc, _lucene >>> File >>> "d:\\ve\\Lib\\site-packages\\jcc-2.11-py2.6-win32.egg\\jcc\\__init__.py", >>> line 34, in >>>from _jcc import initVM >

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

2011-11-08 Thread Jiang Fung Wong
>>    import jcc, _lucene >>  File >> "d:\\ve\\Lib\\site-packages\\jcc-2.11-py2.6-win32.egg\\jcc\\__init__.py", >> line 34, in >>    from _jcc import initVM >> ImportError: DLL load failed: The specified module could not be found. >> '

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

2011-11-07 Thread Andi Vajda
File > "d:\\ve\\Lib\\site-packages\\lucene-3.4.0-py2.6-win32.egg\\lucene\\__init__.py", > line 5, in >import jcc, _lucene > File > "d:\\ve\\Lib\\site-packages\\jcc-2.11-py2.6-win32.egg\\jcc\\__init__.py", > line 34, in > from _jcc import i

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

2011-11-07 Thread Jiang Fung Wong
it__.py", line 5, in import jcc, _lucene File "d:\\ve\\Lib\\site-packages\\jcc-2.11-py2.6-win32.egg\\jcc\\__init__.py", line 34, in from _jcc import initVM ImportError: DLL load failed: The specified module could not be found. ',) I have no isue importing jvm.dll using ctyp