Question about compiled bytecode

Martin Franklin mfranklin1 at gatwick.westerngeco.slb.com
Thu Aug 22 04:39:26 EDT 2002


On Wednesday 21 Aug 2002 3:43 pm, Mr. Neutron wrote:
> Hello,
> I am working on a project that needs to be able to trasfer compiled
> bytecode between interpreters. I can not transfer bytecode
> directly over a socket as Python will barf on this. My temporary
> solution is to send the source code of the program and have the
> remote end execute it into the interpreter. When I do this everything
> works fine, and the functions and objects that the compiled code
> relies on works fine.
>
> Is there some way to transfer compiled code between computers
> without having to send sourcecode?


You could try looking at PYRO (PYthon Remote Objects) at 
http://pyro.sourceforge.net/ 





More information about the Python-list mailing list