Path: csiph.com!usenet.pasdenom.info!news.albasani.net!rt.uk.eu.org!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.055 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.01; 'subject:Python': 0.06; 'subject:using': 0.09; 'creates': 0.14; '10:49': 0.16; 'fine.': 0.16; 'pyinstaller': 0.16; 'wrote:': 0.18; 'installation': 0.23; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'noted': 0.31; 'subject:development': 0.31; 'probably': 0.32; 'subject:the': 0.34; 'received:google.com': 0.35; 'done': 0.36; 'should': 0.36; 'so,': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'itself': 0.39; 'to:addr:python.org': 0.39; 'jul': 0.74; 'installer': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=OqujbP9Uvw4vgR9BSecAWqxxqsWnhYUDQBw6DnPTwLs=; b=HX9bEgwodoizAu0Pd2TeLhimNehgO4h34+8iHpbRcROxJ2y1k38KZGr9DoyG8IL73J CA2oaTqe8CI9O5b9cLItlFaeRZT8061sQBIM+kPsgUCBvfPLPjqnoF1EjGKaFhK6SPdS eyS10bRUaZd7Spt0ZWuNSJFdcK3uE/EefKUsMWh9xQUSfyV24pqBEbRwXzTVwqnp5XVF AQQV1rf5qXT5FoWw0jLRI4K/pLVd3LucHmCeQWDdzWdtZ0CXHOLzDBDd+3rEtfHVGtk3 TkWphCmhpmBGnwD8eJRoJNRygPnCFgJzXN5KkT4j7WZ4zRWJ3aDFJ/RWZnn9UtloIvS6 jTXQ== X-Received: by 10.66.139.227 with SMTP id rb3mr35455728pab.121.1373494250988; Wed, 10 Jul 2013 15:10:50 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <3cca113a-90cc-445e-b609-2ed757212c4a@googlegroups.com> References: <51f7f573-e4a6-4349-ae50-21de7780ed8c@googlegroups.com> <884377a7-7c95-4f2f-a52f-2e47f98b98d0@googlegroups.com> <3cca113a-90cc-445e-b609-2ed757212c4a@googlegroups.com> From: Ian Kelly Date: Wed, 10 Jul 2013 16:10:10 -0600 Subject: Re: the general development using Python 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: 5 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373494254 news.xs4all.nl 15878 [2001:888:2000:d::a6]:36303 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50394 On Tue, Jul 9, 2013 at 10:49 PM, CM wrote: > Can all the installation of the runtimes be done with an installer that is itself an .exe, like with PyInstaller? If so, that's probably fine. It should be noted that PyInstaller is confusingly named. It actually creates standalone executables, not installers.