Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #93712

Re: beginners choice: wx or tk?

Path csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!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.021
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'great.': 0.07; 'portable': 0.09; 'rules.': 0.09; 'python': 0.10; 'exe': 0.16; 'hmm.': 0.16; 'wrote:': 0.16; 'conjunction': 0.18; 'creates': 0.18; 'runs': 0.18; '>>>': 0.20; 'windows': 0.20; '2015': 0.20; 'setup,': 0.22; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'paul': 0.24; 'install': 0.25; 'packaging': 0.27; 'message-id:@mail.gmail.com': 0.27; 'ago': 0.29; 'users.': 0.31; 'another': 0.32; 'similar': 0.33; 'received:google.com': 0.35; 'but': 0.36; 'tool': 0.36; 'possible': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'thought': 0.37; 'wanted': 0.37; 'mean': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'organization': 0.60; 'your': 0.60; 'making': 0.62; 'matter': 0.63; 'jul': 0.72; 'to:name:python': 0.84
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=5kQh8m6qaEB3bTdYLqwQfK70g2bxWiS2dxV2LlBMNC0=; b=EDCdpgdeFROvkzqBh5c3W/RK7+gI1Udrof/hZrRemzCSAq020/gUISZBOi0UKQlQBV MHgLtWZtnr9bbjNZ4I3Iq3bcH1KhSJqNKXcB0q28QAIve8jsUyFA1U4RSq7OtSOmPYL6 VDZjNfWTMjF8G8eot3V5oy4fPiB2th4sorq83IpoEhWb9rR90ItTLRIvOwz4nUHY6seP SJ+rmiXS9fAgoxcicchqvvSzcxiCWSYd/RghnQQfFowgzwj+UeOVtIMA4Fc4spasvWS9 rkk/GPktZvtrOv7hMPEJPCstYLR4ruCHFPzv0GUhP6BkoGM5sL9lbtuMIHzmTLvJX6mE cPfw==
X-Received by 10.170.42.85 with SMTP id 82mr31322211ykk.18.1436659198641; Sat, 11 Jul 2015 16:59:58 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <87si8u2sux.fsf@jester.gateway.sonic.net>
References <mnqnkb$dej$1@news2.informatik.uni-stuttgart.de> <mailman.412.1436607347.3674.python-list@python.org> <mnqouo$e1s$1@news2.informatik.uni-stuttgart.de> <mailman.415.1436610061.3674.python-list@python.org> <mns644$p6o$1@news2.informatik.uni-stuttgart.de> <87wpy62tsy.fsf@jester.gateway.sonic.net> <mns7ej$q3b$1@news2.informatik.uni-stuttgart.de> <87si8u2sux.fsf@jester.gateway.sonic.net>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Sat, 11 Jul 2015 17:59:19 -0600
Subject Re: beginners choice: wx or tk?
To Python <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
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.438.1436659206.3674.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1436659206 news.xs4all.nl 2964 [2001:888:2000:d::a6]:45285
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:93712

Show key headers only | View raw


On Sat, Jul 11, 2015 at 5:10 PM, Paul Rubin <no.email@nospam.invalid> wrote:
> Ulli Horlacher <framstag@rus.uni-stuttgart.de> writes:
>>> Long ago I was involved with a thing like this and used Inno Setup,
>>> which was great.  It's a very slick installer
>> It is not a matter of knowledge, but one of user rights.
>> It is also forbidden by organization rules.
>
> I might not understand what you're looking for.  I thought you wanted a
> single .exe to give your users.  Inno Setup packages up such a thing for
> you, making it very convenient for them.  I think I used it in
> conjunction with py2exe, another Windows packaging tool that might or
> might not still be in use.  Do you mean it's not ok for the setup tool
> to install files?  Hmm.  It might still be possible with py2exe.

Perhaps you've been misled by the talk about pyInstaller, which
despite the name does not create installers. It merely creates a
portable exe that runs the Python program contained in it, similar to
py2exe.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

beginners choice: wx or tk? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-07-11 09:28 +0000
  Re: beginners choice: wx or tk? Chris Angelico <rosuav@gmail.com> - 2015-07-11 19:35 +1000
    Re: beginners choice: wx or tk? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-07-11 09:51 +0000
      Re: beginners choice: wx or tk? Chris Angelico <rosuav@gmail.com> - 2015-07-11 20:20 +1000
        Re: beginners choice: wx or tk? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-07-11 22:42 +0000
          Re: beginners choice: wx or tk? Paul Rubin <no.email@nospam.invalid> - 2015-07-11 15:50 -0700
            Re: beginners choice: wx or tk? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-07-11 23:04 +0000
              Re: beginners choice: wx or tk? Paul Rubin <no.email@nospam.invalid> - 2015-07-11 16:10 -0700
                Re: beginners choice: wx or tk? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-07-11 23:55 +0000
                Re: beginners choice: wx or tk? Paul Rubin <no.email@nospam.invalid> - 2015-07-11 21:34 -0700
                Re: beginners choice: wx or tk? Ian Kelly <ian.g.kelly@gmail.com> - 2015-07-11 17:59 -0600
            Re: beginners choice: wx or tk? Laura Creighton <lac@openend.se> - 2015-07-12 12:00 +0200
              Re: beginners choice: wx or tk? wxjmfauth@gmail.com - 2015-07-13 05:32 -0700
      Re: beginners choice: wx or tk? John Ladasky <john_ladasky@sbcglobal.net> - 2015-07-11 10:25 -0700
        Re: beginners choice: wx or tk? Chris Angelico <rosuav@gmail.com> - 2015-07-12 03:39 +1000
        Re: beginners choice: wx or tk? Michael Torrie <torriem@gmail.com> - 2015-07-11 14:16 -0600
      Re: beginners choice: wx or tk? Jugurtha Hadjar <jugurtha.hadjar@gmail.com> - 2015-07-12 01:54 +0100
    Re: beginners choice: wx or tk? Grant Edwards <invalid@invalid.invalid> - 2015-07-13 14:42 +0000
      Re: beginners choice: wx or tk? Michael Torrie <torriem@gmail.com> - 2015-07-13 20:16 -0600
        Re: beginners choice: wx or tk? wxjmfauth@gmail.com - 2015-07-14 00:45 -0700
        Re: beginners choice: wx or tk? Grant Edwards <invalid@invalid.invalid> - 2015-07-14 14:06 +0000
          Re: beginners choice: wx or tk? Michael Torrie <torriem@gmail.com> - 2015-07-14 09:21 -0600
          Re: beginners choice: wx or tk? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-14 16:43 +0100
            Re: beginners choice: wx or tk? Steven D'Aprano <steve@pearwood.info> - 2015-07-15 02:53 +1000
            Re: beginners choice: wx or tk? Grant Edwards <invalid@invalid.invalid> - 2015-07-14 17:28 +0000
              Re: beginners choice: wx or tk? Chris Angelico <rosuav@gmail.com> - 2015-07-15 03:43 +1000
                Re: beginners choice: wx or tk? Grant Edwards <invalid@invalid.invalid> - 2015-07-14 18:28 +0000
          Re: beginners choice: wx or tk? Terry Reedy <tjreedy@udel.edu> - 2015-07-14 15:27 -0400
      Re: beginners choice: wx or tk? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-14 08:39 +0100
        Re: beginners choice: wx or tk? wxjmfauth@gmail.com - 2015-07-14 06:05 -0700
  Re: beginners choice: wx or tk? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-11 11:01 +0100
  Re: beginners choice: wx or tk? Christian Gollwitzer <auriocus@gmx.de> - 2015-07-11 12:19 +0200
    Re: beginners choice: wx or tk? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-07-11 16:04 +0000
      Re: beginners choice: wx or tk? nickgeovanis@gmail.com - 2015-07-11 09:26 -0700
  Re: beginners choice: wx or tk? Laura Creighton <lac@openend.se> - 2015-07-11 13:27 +0200
    Re: beginners choice: wx or tk? Christian Gollwitzer <auriocus@gmx.de> - 2015-07-11 13:56 +0200
      Re: beginners choice: wx or tk? Laura Creighton <lac@openend.se> - 2015-07-11 16:48 +0200
        Re: beginners choice: wx or tk? Kevin Walzer <kw@codebykevin.com> - 2015-07-11 21:29 -0400
          Re: beginners choice: wx or tk? Ned Deily <nad@acm.org> - 2015-07-11 22:01 -0700
            Re: beginners choice: wx or tk? wxjmfauth@gmail.com - 2015-07-12 00:42 -0700
              Re: beginners choice: wx or tk? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-07-12 07:55 +0000
                Re: beginners choice: wx or tk? Christian Gollwitzer <auriocus@gmx.de> - 2015-07-12 10:00 +0200
                Re: beginners choice: wx or tk? Chris Angelico <rosuav@gmail.com> - 2015-07-12 18:54 +1000
                Re: beginners choice: wx or tk? wxjmfauth@gmail.com - 2015-07-12 03:15 -0700
    Re: beginners choice: wx or tk? Ned Deily <nad@acm.org> - 2015-07-11 08:09 -0700
    Re: beginners choice: wx or tk? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-07-11 16:01 +0000
      Re: beginners choice: wx or tk? Laura Creighton <lac@openend.se> - 2015-07-11 19:37 +0200
      Re: beginners choice: wx or tk? Laura Creighton <lac@openend.se> - 2015-07-11 19:55 +0200
  Re: beginners choice: wx or tk? Ian Kelly <ian.g.kelly@gmail.com> - 2015-07-11 10:33 -0600

csiph-web