python: how to get an executable archive?

Fredrik Lundh fredrik at pythonware.com
Wed Dec 7 09:07:05 EST 2005


"giangiammy" wrote:

> I'm starting to approch python: I find it a powerful language,
> but, I'd like to get, ad result of my program, something
> containing every python lib necessary to run (on linux systems):
>
> i.e.: my application should be bounbled with the python
> interpreter and the needed python modules: the
> result should run on linux systems.
>
> Is there something like thin in linux world?

there are plenty of bundling tools available for python.  for pointers
to some of them, see

    http://effbot.org/zone/python-compile.htm

</F> 






More information about the Python-list mailing list