Re: SIGSEGV indexing jcc-compiled module in IDEA PyCharm

2013-05-29 Thread Barry Wark
Ah, not sure why I couldn't find this before. Looks like it may be a PyCharm issue, though I'm sure they'd be grateful for any guidance... http://youtrack.jetbrains.com/issue/PY-7691 On Wed, May 29, 2013 at 4:58 PM, Barry Wark wrote: > > > > On Wed, May 29, 2013 at

Re: SIGSEGV indexing jcc-compiled module in IDEA PyCharm

2013-05-29 Thread Barry Wark
On Wed, May 29, 2013 at 4:44 PM, Andi Vajda wrote: > > On Wed, 29 May 2013, Barry Wark wrote: > > On Wed, May 29, 2013 at 1:53 PM, Andi Vajda wrote: >> >> >>> On Tue, 28 May 2013, Barry Wark wrote: >>> >>> On Tue, May 28, 2013 at 11:09 PM, An

Re: SIGSEGV indexing jcc-compiled module in IDEA PyCharm

2013-05-29 Thread Barry Wark
On Wed, May 29, 2013 at 1:53 PM, Andi Vajda wrote: > > On Tue, 28 May 2013, Barry Wark wrote: > > On Tue, May 28, 2013 at 11:09 PM, Andi Vajda wrote: >> >> >>> On Tue, 28 May 2013, Barry Wark wrote: >>> >>> Hi all, >>> >>>

Re: SIGSEGV indexing jcc-compiled module in IDEA PyCharm

2013-05-28 Thread Barry Wark
On Tue, May 28, 2013 at 11:09 PM, Andi Vajda wrote: > > On Tue, 28 May 2013, Barry Wark wrote: > > Hi all, >> >> This is an edge case, I realize, but thought I'd throw it out there in >> case >> anyone has come across a solution. >> >> I'

SIGSEGV indexing jcc-compiled module in IDEA PyCharm

2013-05-28 Thread Barry Wark
Hi all, This is an edge case, I realize, but thought I'd throw it out there in case anyone has come across a solution. I'm using IDEA's PyCharm IDE (v2.7). The project virtualenv contains a jcc-compiled module (which the project uses). PyCharm's indexer crashes when indexing this module with the

Re: [VOTE] Release PyLucene 4.3.0-1

2013-05-13 Thread Barry Wark
On Mon, May 13, 2013 at 12:56 PM, Andi Vajda wrote: > > On Sun, 12 May 2013, Andi Vajda wrote: > > On May 12, 2013, at 22:21, Barry Wark wrote: >> >> On Mon, May 13, 2013 at 1:06 AM, Andi Vajda wrote: >>> >>>> >>>> On May

Re: [VOTE] Release PyLucene 4.3.0-1

2013-05-12 Thread Barry Wark
Hi all, I'm new to the pylucene-dev list, so please forgive me if I'm stepping out of line in the voting process. We're using sucesfully JCC 2.15 to generate a wrapper for our Java API. JCC 2.16 from SVN HEAD produces the following error (output log attached) when using the new --use_full_names o

Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Barry Wark
Alright. We'll take a look. Thanks, Andi! On Wed, May 8, 2013 at 12:39 AM, Andi Vajda wrote: > > On May 7, 2013, at 21:31, Andi Vajda wrote: > > > > > On May 7, 2013, at 19:40, Barry Wark wrote: > > > >> On Tue, May 7, 2013 at 1:15 PM, Andi Vajda wro

Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Barry Wark
On Tue, May 7, 2013 at 1:15 PM, Andi Vajda wrote: > > On May 7, 2013, at 9:03, Barry Wark wrote: > > > Andi, thank you for the great info! > > > > > > On Tue, May 7, 2013 at 11:58 AM, Andi Vajda wrote: > > > >> > >> On Tue, 7 May 20

Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Barry Wark
Andi, thank you for the great info! On Tue, May 7, 2013 at 11:58 AM, Andi Vajda wrote: > > On Tue, 7 May 2013, Barry Wark wrote: > > I recently discovered JCC (awesome project!) and am attempting to use it >> to >> wrap a Java API for Python users. It's