Re: Problem with using classes from different modules

2013-07-05 Thread Johan Jonkers
On 7/5/13 10:47 AM, Andi Vajda wrote: On Jul 5, 2013, at 1:34, Johan Jonkers wrote: On 7/5/13 10:16 AM, Andi Vajda wrote: On Jul 5, 2013, at 0:11, Johan Jonkers wrote: Hi Andi, I was able to compile it all into one module and that worked perfectly. I then tried to compile it again into t

Re: Problem with using classes from different modules

2013-07-05 Thread Andi Vajda
On Jul 5, 2013, at 1:34, Johan Jonkers wrote: > On 7/5/13 10:16 AM, Andi Vajda wrote: >> On Jul 5, 2013, at 0:11, Johan Jonkers wrote: >> >>> Hi Andi, >>> >>> I was able to compile it all into one module and that worked perfectly. >>> >>> I then tried to compile it again into two seperate mo

Re: Problem with using classes from different modules

2013-07-05 Thread Johan Jonkers
On 7/5/13 10:16 AM, Andi Vajda wrote: On Jul 5, 2013, at 0:11, Johan Jonkers wrote: Hi Andi, I was able to compile it all into one module and that worked perfectly. I then tried to compile it again into two seperate modules and compared the generated wrappers. What I saw was that all method

Re: Problem with using classes from different modules

2013-07-05 Thread Andi Vajda
On Jul 5, 2013, at 0:11, Johan Jonkers wrote: > Hi Andi, > > I was able to compile it all into one module and that worked perfectly. > > I then tried to compile it again into two seperate modules and compared the > generated wrappers. What I saw was that all methods in the SumWrapper class >

Re: Problem with using classes from different modules

2013-07-05 Thread Johan Jonkers
Hi Andi, I was able to compile it all into one module and that worked perfectly. I then tried to compile it again into two seperate modules and compared the generated wrappers. What I saw was that all methods in the SumWrapper class that had a reference to the Sum class were not wrapped (didn

Re: Problem with using classes from different modules

2013-07-04 Thread Andi Vajda
On Thu, 4 Jul 2013, Johan Jonkers wrote: I've tried added the Sum class to the 2nd JCC call but it didn't solve the problem. The 'asSum' method isn't getting wrapped. Also, instantiating a SumWrapper with a Sum as argument results in the constructor without parameters being called; which I wa

Re: Problem with using classes from different modules

2013-07-04 Thread Johan Jonkers
I've tried added the Sum class to the 2nd JCC call but it didn't solve the problem. The 'asSum' method isn't getting wrapped. Also, instantiating a SumWrapper with a Sum as argument results in the constructor without parameters being called; which I wasn't expecting. >>> c=SumWrapper(Sum(10))

Re: Problem with using classes from different modules

2013-07-01 Thread Andi Vajda
On Mon, 1 Jul 2013, Johan Jonkers wrote: Hello, I have been playing around with JCC to see if it would provide in the needs we have here at work to interface Java with Python. I have encountered one issue in which I hope someone on this mailinglist might be able to help me with. If this is