help on pickle tool

2006-10-05 Thread virg
pointers for this problem. Any help is highly appreciated Thanks in advance regards Virg -- http://mail.python.org/mailman/listinfo/python-list

Re: help on pickle tool

2006-10-06 Thread virg
serialisation methods at the server since it is not under our control. Thanks & reagards virg hanumizzle wrote: > On 5 Oct 2006 21:52:56 -0700, virg <[EMAIL PROTECTED]> wrote: > > Hi, > > i have client-server application which is written in python using > > XMLRPC pro

Re: help on pickle tool

2006-10-06 Thread virg
At the server, based on client request it does some computations , it sends the result as dictionary (serialized) to the client. hanumizzle wrote: > On 6 Oct 2006 01:41:48 -0700, virg <[EMAIL PROTECTED]> wrote: > > Hi, > > The data is simple dictionary with one or more k

Re: help on pickle tool

2006-10-06 Thread virg
more about jython, i am new to this. hanumizzle wrote: > On 6 Oct 2006 02:03:07 -0700, virg <[EMAIL PROTECTED]> wrote: > > At the server, based on client request it does some computations , it > > sends the result as dictionary (serialized) to the client. > > If I inter

Re: help on pickle tool

2006-10-06 Thread virg
ckle. If i use standard java desrialisation functions i am getting error as invalid header becasue of incompatibility between python and java. Please help me if you have any clue regards, - Virg hanumizzle wrote: > On 6 Oct 2006 02:29:59 -0700, virg <[EMAIL PROTECTED]> wrote: > > Y