Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77140
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!panix!not-for-mail |
|---|---|
| From | Grant Edwards <invalid@invalid.invalid> |
| Newsgroups | comp.lang.python |
| Subject | Re: running a python program |
| Date | Wed, 27 Aug 2014 15:39:28 +0000 (UTC) |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Lines | 24 |
| Message-ID | <ltku3g$cfc$1@reader1.panix.com> (permalink) |
| References | <dd26d760-a35d-4f76-8b05-5325c84b5e9c@googlegroups.com> |
| NNTP-Posting-Host | dsl.comtrol.com |
| X-Trace | reader1.panix.com 1409153968 12780 64.122.56.22 (27 Aug 2014 15:39:28 GMT) |
| X-Complaints-To | abuse@panix.com |
| NNTP-Posting-Date | Wed, 27 Aug 2014 15:39:28 +0000 (UTC) |
| User-Agent | slrn/1.0.1 (Linux) |
| Xref | csiph.com comp.lang.python:77140 |
Show key headers only | View raw
On 2014-08-27, ngangsia akumbo <ngangsia@gmail.com> wrote:
> i have written a small scripts in python that inputs two values and
> prints out the sum.
>
> Ok i want to be able to install this program on a windows 8 machine
> and run it as a normal program.
I use py2exe for that. When I want to bundle it up with an installer,
I use Inno Setup.
http://www.py2exe.org/
http://www.jrsoftware.org/isinfo.php
It will sometimes requires some fiddling around, experimentation,
burning of incense, and sacrificing of chickens [but no more than most
things on Windows.]
But they've always worked well for me.
--
Grant Edwards grant.b.edwards Yow! Hey, waiter! I want
at a NEW SHIRT and a PONY TAIL
gmail.com with lemon sauce!
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
running a python program ngangsia akumbo <ngangsia@gmail.com> - 2014-08-27 06:42 -0700
Re: running a python program ngangsia akumbo <ngangsia@gmail.com> - 2014-08-27 06:46 -0700
Re: running a python program Chris Angelico <rosuav@gmail.com> - 2014-08-28 00:08 +1000
Re: running a python program William Ray Wing <wrw@mac.com> - 2014-08-27 10:05 -0400
Re: running a python program Grant Edwards <invalid@invalid.invalid> - 2014-08-27 15:39 +0000
Re: running a python program ngangsia akumbo <ngangsia@gmail.com> - 2014-08-28 02:10 -0700
Re: running a python program Chris Angelico <rosuav@gmail.com> - 2014-08-28 19:18 +1000
Re: running a python program ngangsia akumbo <ngangsia@gmail.com> - 2014-08-28 02:31 -0700
Re: running a python program ngangsia akumbo <ngangsia@gmail.com> - 2014-08-28 05:41 -0700
Re: running a python program Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-28 15:51 +0100
Re: running a python program ngangsia akumbo <ngangsia@gmail.com> - 2014-08-28 08:53 -0700
Re: running a python program Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-28 16:59 +0100
Re: running a python program Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-08-28 09:14 -0400
csiph-web