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

2012-01-29 Thread Glyph
On Jan 29, 2012, at 1:28 AM, Fourat ZOUARI wrote: > I didnt make bClass as copyable and unjellyed it just for the question, in > fact, the example i gave was the bare minimum of my source code to let people > clearly view the issue. > > In the real problem, aClass has many references to other

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

2012-01-28 Thread Fourat ZOUARI
I didnt make bClass as copyable and unjellyed it just for the question, in fact, the example i gave was the bare minimum of my source code to let people clearly view the issue. In the real problem, aClass has many references to other objects and if i were to set them all as copyable and then unjel

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

2012-01-28 Thread David Ripton
On 01/29/12 00:57, Fourat ZOUARI wrote: > 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 bCla

[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