Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.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.079 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.01; 'subject:Python': 0.06; 'hams': 0.16; 'pyinstaller': 0.16; 'subject:program': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'trying': 0.19; 'installation': 0.23; 'this:': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'received:google.com': 0.35; 'should': 0.36; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'radio': 0.60; 'john': 0.61; 'hate': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=hOWqG3CdLPilKgRckF04MUlid83Jya0GX4+UpDCfDFU=; b=LXjFdUrGUAXCa9H5OXhLEJGat8VfVeTLuQJVBDDvsF1WksCE9e0X2gh5nDJ+vX6a3V MRmkgde2HbkTdgVLLuO2xFjK0FkULblPpsPw37DrYZ9feoQY8DZLcvimud5TIaYEKJro Ff0TIVKsPxrJmSg3lg3JSmMowPHfS3fHbNuyqrhbC+bbkv7y87HOJ+v8qjscDkgm5SsW igWDN4c2l+HXwJM9mKPlmGKiVwgPWY1wr4p+qlt3v2hrW50VdnXxbZIZ3Y9tHEQkiGjM 6vi18eB8cr6m2bHckDxBszeevf9VmfF1l7vyTegHVFj4XhtxON5NIMURis8e+vyRA0L9 dyNw== X-Received: by 10.66.170.176 with SMTP id an16mr5375183pac.24.1365018645329; Wed, 03 Apr 2013 12:50:45 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Ian Kelly Date: Wed, 3 Apr 2013 13:50:05 -0600 Subject: Re: Distributing a Python program hell To: Python Content-Type: text/plain; charset=ISO-8859-1 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365018653 news.xs4all.nl 6977 [2001:888:2000:d::a6]:38805 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42700 On Wed, Apr 3, 2013 at 1:41 PM, John Nagle wrote: > I'm struggling with radio hams who are trying to get my > antique Teletype program running. I hate having to write > instructions like this: > > Installation instructions (Windows): You should check out pyInstaller or py2exe or cx_Freeze.