distributing python software in jar like fashion

Gary Duzan mgi820 at motorola.com
Fri Mar 16 13:58:02 EDT 2007


In article <wbzKh.10576$jx3.1929 at newssvr25.news.prodigy.net>,
John Nagle  <nagle at animats.com> wrote:
>     Were Python "eggs" a flop, or what?
>
>     We need to have one packager that everyone agrees on.
>Otherwise, installs become a mess, and then you have to have
>installers that handle multiple packagers.

   I think the point about Squisher is that you don't have to
install it. You can either import it or run it directly. I'm mostly
interested in it as a way to package a script with a few Python
and C modules, dump it in the field, and run "python myscript.pyc"
to execute it, with no need for anything but the base Python to be
installed on the remote site, and just one file to copy.

					Gary Duzan
					Motorola CHS





More information about the Python-list mailing list