I've a reasonably simple Django-based app and have it now all working on Mac OS X, am in the process of porting to Windows and having some problems. I have tried the two sets of binaries from http://code.google.com/p/pylucene-win32-binary/downloads/list . When I run it from inside a Python shell I get:

>>> import lucene
>>> lucene.initVM(lucene.CLASSPATH)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: An error occurred while creating Java VM
>>>

More worrying is that when I run the Django app and it hits the same initVM call I get the following message (as the Python process exits).

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

Am I stuck with trying to build my own copy?

----------
Simon Johnston
mailto:[EMAIL PROTECTED]




_______________________________________________
pylucene-dev mailing list
pylucene-dev@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to