Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77133
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <wrw@mac.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.012 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'scripts': 0.03; 'cc:addr :python-list': 0.11; 'python': 0.11; 'windows': 0.15; 'googling': 0.16; 'inputs': 0.16; 'received:mac.com': 0.16; 'subject:program': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'received:10.0.1': 0.19; 'written': 0.21; 'machine': 0.22; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'cc:2**1': 0.23; 'cc:no real name:2**0': 0.24; 'values': 0.27; 'am,': 0.29; 'url:mailman': 0.30; 'prints': 0.31; 'run': 0.32; 'url:python': 0.33; 'installing': 0.36; 'machine.': 0.36; 'url:listinfo': 0.36; 'charset:us-ascii': 0.36; 'received:10.0': 0.36; 'url:org': 0.36; 'two': 0.37; 'received:10': 0.37; 'received:17': 0.38; 'url:mail': 0.40; 'to:addr:gmail.com': 0.65; '2014,': 0.84; 'header:In-reply- to:1': 0.84; 'sum.': 0.84 |
| X-Proofpoint-Virus-Version | vendor=fsecure engine=2.50.10432:5.12.52,1.0.27,0.0.0000 definitions=2014-08-27_05:2014-08-27,2014-08-27,1970-01-01 signatures=0 |
| X-Proofpoint-Spam-Details | rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1408270167 |
| Content-type | text/plain; charset=us-ascii |
| MIME-version | 1.0 (Mac OS X Mail 7.3 \(1878.6\)) |
| Subject | Re: running a python program |
| From | William Ray Wing <wrw@mac.com> |
| In-reply-to | <dd26d760-a35d-4f76-8b05-5325c84b5e9c@googlegroups.com> |
| Date | Wed, 27 Aug 2014 10:05:20 -0400 |
| Content-transfer-encoding | quoted-printable |
| References | <dd26d760-a35d-4f76-8b05-5325c84b5e9c@googlegroups.com> |
| To | ngangsia akumbo <ngangsia@gmail.com> |
| X-Mailer | Apple Mail (2.1878.6) |
| Cc | python-list@python.org, "William R. Wing" <wrw@mac.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.13507.1409148334.18130.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1409148334 news.xs4all.nl 2920 [2001:888:2000:d::a6]:49465 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:77133 |
Show key headers only | View raw
On Aug 27, 2014, at 9:42 AM, 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 want to be able to run it to any windows machine without necessarily installing python on that machine. > > -- > https://mail.python.org/mailman/listinfo/python-list You might try Googling Python to exe. -Bill
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