Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michiel Overtoom Newsgroups: comp.lang.python Subject: Re: How does one distribute Tkinter or Qt GUI apps Developed in Python Date: Thu, 17 Dec 2015 12:01:32 +0100 Lines: 23 Message-ID: References: Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de Oyhj01KlqiIFQAOkW5fpAwm7+yR6hL3AVzyYYwKZwwlQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'pycon': 0.03; 'subject:Python': 0.05; 'url:pycon': 0.08; 'subject:How': 0.09; 'url:github': 0.09; 'python': 0.10; 'achievement.': 0.16; 'exe': 0.16; 'from:addr:xs4all.nl': 0.16; 'received:194.109': 0.16; 'received:194.109.24': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'received:xs4all.nl': 0.16; 'subject:GUI': 0.16; 'subject:Tkinter': 0.16; 'wrote:': 0.16; 'app': 0.16; 'machine': 0.21; "user's": 0.22; 'file.': 0.22; 'bruce': 0.23; 'header:In-Reply-To:1': 0.24; 'separate': 0.27; 'filled': 0.30; 'to:name:python-list': 0.30; 'at:': 0.31; 'computer.': 0.32; 'exist': 0.35; 'quite': 0.35; 'but': 0.36; 'needed': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'charset:us-ascii': 0.37; 'end': 0.39; 'whatever': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'some': 0.40; 'software': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'greetings,': 0.61; 'received:194': 0.61; 'real': 0.62; 'today,': 0.62; 'watch': 0.62; 'benefit': 0.66; 'forums': 0.66; 'biggest': 0.67; 'day': 0.67; 'received:nl': 0.72; 'url:v': 0.72; 'commercial': 0.73; 'url:youtube': 0.73; 'url:watch': 0.78; '"it': 0.84; 'language!': 0.84 In-Reply-To: X-Mailer: Apple Mail (2.2104) 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: , Xref: csiph.com comp.lang.python:100559 > On 2015-12-17, at 01:03, Bruce Whealton = wrote: >=20 > I would want to package in some way so that when launched, it installs = whatever is needed on the end user's computer. How is this done?=20 You might want to watch https://www.youtube.com/watch?v=3Dwsczq6j3_bA = (Brandon Rhodes: The Day of the EXE Is Upon Us - PyCon 2014).=20 "It was once quite painful to build your Python app as a single .exe = file. Support forums filled with lamentations as users struggled with = primitive tools. But today, two separate tools exist for compiling your = Python to real machine language! Come learn about how one of the biggest = problems in commercial and enterprise software has now been solved and = how you can benefit from this achievement. Slides can be found at: https://speakerdeck.com/pycon2014 and = https://github.com/PyCon/2014-slides" Greetings,