[Pythonmac-SIG] Is Python bytecode cross-platform?

Michael Hudson mwh at python.net
Wed Mar 10 06:06:45 EST 2004


Matthew Wingren <mlist at unicornwest.org> writes:

> On a side note
> Code distribution seems to be meagerly documented, or more likely I
> just haven't found a the right place to read about it yet.
> I am curious how one distributes python applications without
> distributing the source.

Well, most people just distribute the source.  You can find endless
threads on comp.lang.python about this.

It's not terribly difficult to go .pyc -> .py.  There's decompyle
(gogle for it) which apparently is quite effective, though I've not
tried it personally.

Cheers,
mwh

-- 
  I don't remember any dirty green trousers.
                                             -- Ian Jackson, ucam.chat



More information about the Pythonmac-SIG mailing list