you'd have to provide a code snippet that reconstructs the problem. but if ultimately need to copy the ndarray from one process to another (passing it by value), you can use obtains. see http://rpyc.sourceforge.net/api/utils_classic.html#rpyc.utils.classic.obtain
----------------------------------------------------------------- *Tomer Filiba* tomerfiliba.com <http://www.facebook.com/tomerfiliba> <http://il.linkedin.com/in/tomerfiliba> On Mon, Jun 25, 2012 at 3:35 PM, baco <[email protected]> wrote: > Hi all, > I have a <netref class 'numpy.ndarray'> object (server side) and I can't > access to any of method (in particular the .tostring()). > Data from this object is ok, but need to have the 'real' numpy.ndarray > from my client, to use it. > thanks for help > -baco >
