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