[Twisted-Python] Allowing a type to be transmitted by jelly?

Johann Borck johann.borck at densedata.com
Wed Dec 21 00:23:16 EST 2005


hi, this is from the pb docs: http://twistedmatrix.com/projects/core/documentation/howto/pb-copyable.html

class ReceiverPond(pb.RemoteCopy, LilyPond):
    pass


pb.setUnjellyableForClass(CopyPond, ReceiverPond)#        <---  Did you forget this? 

I only got this error, when i forgot this line. wow, reimplementing jelly?!! seems like you should have asked before :)

Johann





More information about the Twisted-Python mailing list