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