distributing python software in jar like fashion

ce cedb816 at yahoo.com
Wed Mar 14 22:37:23 EDT 2007


On Mar 15, 10:23 am, alf <ask at me> wrote:
> Hi,
>
> I have a small app which consist of a few .py files. Is there any way to
> distribute it in jar like fashion as a single file I can just run python
> on. I obviously look for platform independent solution.
>
> Thx in advance, A.

You can import from zip achieves as PEP 273, but to execute in the
same mechanism as the jar files, recently there is no way afaik.

ce (pain n d'ass)




More information about the Python-list mailing list