<span class="gmail_quote"></span>In the documentation for pb.RemoteCopy it says &quot;
NOTE: copiers are invoked with no arguments. Do not implement a 
constructor which requires args in a subclass of <a><code>RemoteCopy</code></a>!&quot;, however, upon sending an object across my wire, into an empty constructor, I get this error message: 
<br>
<br>
exceptions.TypeError: __init__() takes exactly 1 arguments (3 given)<br>
<br>
I've printed out the arguments given, one is of type _Unjellier, and one is a list of the elements that I sent across. <br>
<br>
It is not recreating the object correctly at the reciever side. Do you
know of any reasons why this might be? The reciever class inherits from
pb.RemoteCopy as well as the class that object sent is an instance of.
I know that it is not being created correctly because there are
variables that no longer exist on the receiver side that did when I
sent it. Very strange.<br>
<br>
Thanks<br><span class="sg">
<br>
Alex Couper<br>
<code></code>

</span>