Python on W2000

Tim Roberts timr at probo.com
Thu Jul 25 02:05:51 EDT 2002


"tony papadato" <tony.papadato at macro4.com> wrote:

>it is possible to generate an executable file and run it on
>different machines without python installed on them ?

Yes.  There are several packages that bundle up the Python interpreter,
your script, and all the DLLs and Python modules it needs in order to run
into a single executable.  When run, it basically creates a mini-Python
installation and then runs the script normally.

The McMillan installer is one way,
http://www.mcmillan-inc.com/install1.html.
--
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-list mailing list