Re: How to generate binary python?
- From: "Gabriel Genellina" <gagsl-py2@xxxxxxxxxxxx>
- Date: Tue, 06 May 2008 01:29:39 -0300
En Mon, 05 May 2008 19:43:24 -0300, David Anderson <zerty.david@xxxxxxxxx> escribió:
Hi, i'm comingo from Java and I'm wanting to know what in Python is the
equivalent to the file.class in java, I am producing some apps that ar not
open source, so I would like to share only the binaries, Both for Windows
and for Linux, Can you suggest me anything?
..class files map roughly to .pyc files
Note that Python generates and writes .pyc files automatically when you import a module, but not for the main script being executed.
The standard way to generate a binary distribution is using distutils, see the Python wiki at <http://wiki.python.org/moin/DistributionUtilities>
--
Gabriel Genellina
.
- Follow-Ups:
- Re: How to generate binary python?
- From: BlueBird
- Re: How to generate binary python?
- Prev by Date: Re: threading: getting latest elements from list/dict
- Next by Date: Bad form to access a *private variable* like _foo?
- Previous by thread: Re: threading: getting latest elements from list/dict
- Next by thread: Re: How to generate binary python?
- Index(es):