It's my fault. I didn't make jvm.dll available in the PATH environment.
-Jason
On 2011/12/14 22:51, Jason Ni wrote:
Hi Petrus,
Thanks. I tried build jcc in 32-bit WinXP using VS C++ 2008 express.
But jcc can't run. _jcc can't be imported. An "ImportError: DLL load
failed" message prompted.
Hi Jason,
I was using visual studio c++ 2008 (express, or what the free version
was called). But note from my previous mails that I didn't get it to
work properly in the end when using the module - but I was compiling
on a 64-bit system, using a 32-bit python system (pythonxy). When
compiling on
Hi Petrus,
I also plan to compile JCC and use it in 64-bit win7. Could you please
tell me what version of MS VC++ compiler do you use?
Thanks.
-Jason
On 2011/9/9 14:59, Petrus Hyvönen wrote:
Now I installed Microsoft Visual C++ compiler and JCC builds and works fine
both with python 2.6, 2.
Now I installed Microsoft Visual C++ compiler and JCC builds and works fine
both with python 2.6, 2.7 in 64-bit win7.
Many thanks
/Petrus
On Thu, Sep 8, 2011 at 10:35 PM, Bill Janssen wrote:
> Petrus Hyvönen wrote:
>
> > Thanks, I tried now to uninstall Java 7 completely, and recompile JCC,
>
Petrus Hyvönen wrote:
> Thanks, I tried now to uninstall Java 7 completely, and recompile JCC, same
> problem.
>
> I should maybe mention that I'm on 64-bit Windows 7, and a 32 bit python
> (python xy)
I've done a fair amount of building PyLucene with mingw, and I have been
unable to make that
that may cause problems...
Regards,
Thomas
> -Original Message-
> From: Petrus Hyvönen [mailto:petrus.hyvo...@gmail.com]
> Sent: Wednesday, September 07, 2011 10:11 PM
> To: pylucene-dev@lucene.apache.org; Andi Vajda
> Subject: Re: JCC crash when building
>
> Tha
Hi again,
python -m jcc --find-jvm-dll crashes as well.
jcc.path gives me following:
['C:\\Python27\\lib\\site-packages\\jcc-2.10-py2.7-win32.egg',
'C:\\MinGW32-xy\\bin',
'C:\\Python27\\Lib\\site-packages\\PyQt4',
'C:\\Program Files (x86)\\MiKTeX 2.9\\miktex\\bin',
'C:\\Windows\\system32',
Dear all,
I reinstalled my python xy environment, from 2.6 to python 2.7 and need to
compile jcc and my java modules.
Compiling jcc went well with python setup.py build --compiler=mingw32, no
errors reported and installs fine.
I had initially lots of troubles with "No module named _jcc" errors,