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!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.python Subject: Re: beginners choice: wx or tk? Date: Sat, 11 Jul 2015 15:50:05 -0700 Organization: A noiseless patient Spider Lines: 9 Message-ID: <87wpy62tsy.fsf@jester.gateway.sonic.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="22184b02e80198190244f5a2dd813f11"; logging-data="8218"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+VGwn0G0ZiDEbIzHubM54/" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:UBJ5iJvu8rIQW1GhNPNJdkh33fY= sha1:1tlr7IzMr5o6yz84a9R0NYx+CD0= Xref: csiph.com comp.lang.python:93706 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.