Question about compiled bytecode

Mr. Neutron nicktsocanos at charter.net
Wed Aug 21 11:43:53 EDT 2002


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?



More information about the Python-list mailing list