Question about compiled bytecode

Michael Hudson mwh at python.net
Wed Aug 21 12:29:22 EDT 2002


"Mr. Neutron" <nicktsocanos at charter.net> writes:

> Is there some way to transfer compiled code between computers
> without having to send sourcecode?

Look at marshal.  Basically, you'd be sending .pycs over the wire.

This has been discussed on this group before, not long ago -- google
groups may be your friend.

Cheers,
M.

-- 
  This is the fixed point problem again; since all some implementors
  do is implement the compiler and libraries for compiler writing, the
  language becomes good at writing compilers and not much else!
                                 -- Brian Rogoff, comp.lang.functional



More information about the Python-list mailing list