Turning py into an Executable Program for Win?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • W. eWatson

    Turning py into an Executable Program for Win?

    How do I get my py code into some executable form so that Win users who
    don't have python can execute it?

    --
    Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

    (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
    Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet

    Web Page: <www.speckledwi thstars.net/>
  • imre.kerr@gmail.com

    #2
    Re: Turning py into an Executable Program for Win?

    On 24 Aug, 01:28, "W. eWatson" <notval...@sbcg lobal.netwrote:
    How do I get my py code into some executable form so that Win users who
    don't have python can execute it?
    Py2exe: http://www.py2exe.org/

    Comment

    • Cameron Laird

      #3
      Re: Turning py into an Executable Program for Win?

      In article <8a7bd03b-9e41-4d4b-bbd0-79fcb37eae39@i7 6g2000hsf.googl egroups.com>,
      <imre.kerr@gmai l.comwrote:
      >On 24 Aug, 01:28, "W. eWatson" <notval...@sbcg lobal.netwrote:
      >How do I get my py code into some executable form so that Win users who
      >don't have python can execute it?
      >
      >Py2exe: http://www.py2exe.org/
      More generally, <URL: http://wiki.python.org/moin/How_to_make_exe_on_Windows >.

      Comment

      Working...