distributing python software in jar like fashion

Ben Finney bignose+hates-spam at benfinney.id.au
Wed Mar 14 23:05:29 EDT 2007


alf <ask at me.xs4all.nl> writes:

> 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.

Python eggs are the platform-independent distributable single-file
archive. Given the way Python works, you can't simply execute them
as-is; you can, however, easily install them.

    <URL:http://peak.telecommunity.com/DevCenter/EasyInstall>

-- 
 \         "I think it would be a good idea."  -- Mahatma Gandhi (when |
  `\                    asked what he thought of Western civilization) |
_o__)                                                                  |
Ben Finney




More information about the Python-list mailing list