Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news.albasani.net!newsreader4.netcologne.de!news.netcologne.de!bcyclone03.am1.xlned.com!bcyclone03.am1.xlned.com!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'great.': 0.07; 'cc:addr :python-list': 0.09; 'libraries.': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'runtime': 0.09; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'setup,': 0.22; 'sat,': 0.23; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'paul': 0.24; 'install': 0.25; 'idea': 0.28; '-0700,': 0.29; 'received:se': 0.29; 'environment': 0.29; 'ago': 0.29; 'cc:no real name:2**1': 0.29; 'that.': 0.30; 'option': 0.31; 'but': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'still': 0.40; 'header:Message- Id:1': 0.61; 'hear': 0.64; 'jul': 0.72; 'received:89': 0.80; 'shield': 0.84 To: Paul Rubin cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: beginners choice: wx or tk? In-Reply-To: Message from Paul Rubin of "Sat, 11 Jul 2015 15:50:05 -0700." <87wpy62tsy.fsf@jester.gateway.sonic.net> References: <87wpy62tsy.fsf@jester.gateway.sonic.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <17942.1436695232.1@fido> Date: Sun, 12 Jul 2015 12:00:32 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Sun, 12 Jul 2015 12:00:34 +0200 (CEST) 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: 1436695241 news.xs4all.nl 2893 [2001:888:2000:d::a6]:56745 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3771 X-Received-Body-CRC: 3515963661 Xref: csiph.com comp.lang.python:93729 In a message of Sat, 11 Jul 2015 15:50:05 -0700, Paul Rubin writes: >Ulli Horlacher writes: >> This is not an option for me. My users only accept standalone executables. >> They cannot install any runtime environment or extra libraries. > >Long ago I was involved with a thing like this and used Inno Setup, >which was great. It's a very slick installer whose user experience is >similar to Install Shield if you're familiar with that. I have no idea >what current best practice is, but I see that Inno Setup is still >around. Docker is what I hear people are using now. https://www.docker.com/ But I have never tried this myself. Laura