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: 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 In-reply-to: Date: Wed, 27 Aug 2014 10:05:20 -0400 Content-transfer-encoding: quoted-printable References: To: ngangsia akumbo X-Mailer: Apple Mail (2.1878.6) Cc: python-list@python.org, "William R. Wing" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Aug 27, 2014, at 9:42 AM, ngangsia akumbo wrote: > i have written a small scripts in python that inputs two values and = prints out the sum. >=20 > Ok i want to be able to install this program on a windows 8 machine = and run it as a normal program. >=20 > i want to be able to run it to any windows machine without necessarily = installing python on that machine. >=20 > --=20 > https://mail.python.org/mailman/listinfo/python-list You might try Googling Python to exe. -Bill=