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
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'
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