[Tutor] Running python on windows
Nicholas Holley
nick.holley at gmail.com
Mon Apr 11 20:20:56 CEST 2011
On Mon, 11 Apr 2011 21:01:37 +0800
Mike Silverson <msilvers321 at gmail.com> wrote:
> Hi, I need to know if there is any way to run a python file without
> Python installed on the target computer. I am trying to send a
> program to a friend using windows and he does not have python
> installed, and does not want to take the time to install it. Is
> there any way to send him the file (or a group of files) that will
> run right away?
http://py2exe.org/ is one such method and will probably be your easiest.
More information about the Tutor
mailing list