Re: PyLucene@Mac AWT issue (blocker) on Mac OSX

2013-06-21 Thread Thomas Koch
Am 20.06.2013 um 18:40 schrieb Andi Vajda : > If you don't need AWT, try passing vmargs=['-Djava.awt.headless=true'] to > initVM(), like jcc itself does (see jcc's cpp.py vmargs initial value): > > lucene.initVM(vmargs=['-Djava.awt.headless=true']) > > Andi.. > > Thanks, that saved my day!

Re: PyLucene@Mac AWT issue (blocker) on Mac OSX

2013-06-20 Thread Andi Vajda
On Thu, 20 Jun 2013, Thomas Koch wrote: Hi, I just came across a strange issue on my Macbook where I built PyLucene3.6.2 a while ago and am using it since then (i.e. today) without any problems: as of today I always get an error message java.lang.InternalError: Can't start the AWT because Ja