RE: Need Help: Server to pass py objects-THANKS

2005-03-30 Thread Sells, Fred
Help: Server to pass py objects >I have a legacy system with data stored in binary files on a remote >server. >I need to access and modify the content of those files from a webserver >running on a different host. (All Linux) > >I would like to install a server on the lega

Re: Need Help: Server to pass py objects

2005-03-29 Thread Ken Godee
>I have a legacy system with data stored in binary files on a remote >server. >I need to access and modify the content of those files from a webserver >running on a different host. (All Linux) > >I would like to install a server on the legacy host that would use my >python >code to translate bet

Re: Need Help: Server to pass py objects

2005-03-29 Thread M.E.Farmer
Fred, Let me see if i understand, you want to 'serve' binary data as PYTHON OBJECTS to a REMOTE client. I am gonna show you how to fish ;) Search strategy: PYthon Remote Objects Python remote python objects I tried them and found plenty of information and code. hint: PYthon Remote Objects hth,

Need Help: Server to pass py objects

2005-03-29 Thread Sells, Fred
I have a legacy system with data stored in binary files on a remote server. I need to access and modify the content of those files from a webserver running on a different host. (All Linux) I would like to install a server on the legacy host that would use my python code to translate between the l