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: 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: <87wpy62tsy.fsf@jester.gateway.sonic.net> <87si8u2sux.fsf@jester.gateway.sonic.net> From: Ian Kelly Date: Sat, 11 Jul 2015 17:59:19 -0600 Subject: Re: beginners choice: wx or tk? To: Python 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Sat, Jul 11, 2015 at 5:10 PM, Paul Rubin wrote: > Ulli Horlacher 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.