Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50394
| 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 | <ian.g.kelly@gmail.com> |
| 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> <CAN1F8qVJcZC0wJSB8cy7LRU71oUma8mCcexRKNx=ZeisqqbbUQ@mail.gmail.com> <CADa=u8eBApCQJ+SdTPoquZcm2yTm9+NXGx3j26C42JstPQW_bw@mail.gmail.com> <mailman.4472.1373404445.3114.python-list@python.org> <fc126edc-0c0e-4818-a1f3-a9e66d186fd1@googlegroups.com> <mailman.4480.1373415327.3114.python-list@python.org> <884377a7-7c95-4f2f-a52f-2e47f98b98d0@googlegroups.com> <mailman.4484.1373429584.3114.python-list@python.org> <3cca113a-90cc-445e-b609-2ed757212c4a@googlegroups.com> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Wed, 10 Jul 2013 16:10:10 -0600 |
| Subject | Re: the general development using Python |
| To | Python <python-list@python.org> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4552.1373494254.3114.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Tue, Jul 9, 2013 at 10:49 PM, CM <cmpython@gmail.com> 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.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
the general development using Python ajetrumpet@gmail.com - 2013-07-08 18:45 -0700
Re: the general development using Python Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-09 02:59 +0100
Re: the general development using Python Chris Angelico <rosuav@gmail.com> - 2013-07-09 13:07 +1000
Re: the general development using Python Joel Goldstick <joel.goldstick@gmail.com> - 2013-07-08 22:13 -0400
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-08 21:46 -0700
Re: the general development using Python Chris Angelico <rosuav@gmail.com> - 2013-07-09 15:03 +1000
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 16:29 -0700
Re: the general development using Python Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-09 02:41 -0600
Re: the general development using Python Chris Angelico <rosuav@gmail.com> - 2013-07-09 23:59 +1000
Re: the general development using Python Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-09 22:21 +0100
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 16:38 -0700
Re: the general development using Python Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-09 22:13 +0100
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 16:35 -0700
Re: the general development using Python Joshua Landau <joshua@landau.ws> - 2013-07-10 01:14 +0100
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 19:16 -0700
Re: the general development using Python Chris Angelico <rosuav@gmail.com> - 2013-07-10 12:53 +1000
Re: the general development using Python Joshua Landau <joshua@landau.ws> - 2013-07-10 05:12 +0100
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 21:49 -0700
Re: the general development using Python Joshua Landau <joshua@landau.ws> - 2013-07-10 06:49 +0100
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-10 16:18 -0700
Re: the general development using Python Joshua Landau <joshua@landau.ws> - 2013-07-11 00:57 +0100
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-11 11:37 -0700
Re: the general development using Python Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-10 16:10 -0600
Re: the general development using Python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-07-09 19:25 -0400
csiph-web