How does one distribute Tkinter or Qt GUI apps Developed in Python

Michiel Overtoom motoom at xs4all.nl
Thu Dec 17 06:01:32 EST 2015


> On 2015-12-17, at 01:03, Bruce Whealton <futurewavewebdevelopment at gmail.com> wrote:
> 
> 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? 

You might want to watch https://www.youtube.com/watch?v=wsczq6j3_bA (Brandon Rhodes: The Day of the EXE Is Upon Us - PyCon 2014). 

"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,





More information about the Python-list mailing list