Re: [Twisted-Python] Problem passing objects with perspective broker

2012-01-28 Thread Fourat ZOUARI
unjellyed them all on the server side, that would be a headache ... Am asking whether if a clean solution exist for such problems. On Sun, Jan 29, 2012 at 7:11 AM, David Ripton wrote: > On 01/29/12 00:57, Fourat ZOUARI wrote: > > > Whenever i try to pass an object (aClass) with a pro

[Twisted-Python] Problem passing objects with perspective broker

2012-01-28 Thread Fourat ZOUARI
Hi, Whenever i try to pass an object (aClass) with a property with a second object (bClass) Am getting: *Unpersistable('Unpersistable data: instance of class amodule.bClass deemed insecure')* The aClass is copyable and unjellied, the bClass is not. Here's my code: server.py: from twisted.app