alf <[EMAIL PROTECTED]> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to