Re: calling Python from Java fails...

2011-06-29 Thread Bill Janssen
Andi Vajda wrote: > On Jun 29, 2011, at 16:43, Bill Janssen wrote: > > > Andi Vajda wrote: > > > >>> By the way, you might want to add a paragraph in that section about > >>> adding the ["-framework", "Python"] flags for building JCC on OS X. I > >>> tripped over that again. > >> > >> If yo

Re: calling Python from Java fails...

2011-06-29 Thread Andi Vajda
On Jun 29, 2011, at 16:43, Bill Janssen wrote: > Andi Vajda wrote: > >>> By the way, you might want to add a paragraph in that section about >>> adding the ["-framework", "Python"] flags for building JCC on OS X. I >>> tripped over that again. >> >> If you send a paragraph to this effect, I'

calling Python from Java fails...

2011-06-28 Thread Bill Janssen
I'm building a Java wrapper for the Python regex module, and thought I'd use JCC. I'm using JCC 2.9 on OS X 10.5.8, Java 5, Python 2.5, both 32-bit. JCC was also compiled with Java 5. I wrote the Java interfaces for Regex, Match, and Group, defined in Java the Python extension classes for those