On 17 December 2015 at 00:03, Bruce Whealton
wrote:
> I watched one training video that discussed Python and Tkinter. Like many
> similar tutorials from online training sites, I was left scratching my head.
>
> What seems to be blatantly missing is how this would be distributed. In the
> first m
Rick Johnson wrote:
> Unlike a true "applications language", like say, um, *JAVA*, one cannot
> simply compile an executable and distribute it in a teeny tiny binary
> form, no, with Python
Of course you can!
If have done this with pyinstaller. This creates a standalone Windows
executable you ca
> On 2015-12-17, at 01:03, Bruce Whealton
> 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 th
On Wednesday, December 16, 2015 at 6:45:50 PM UTC-6, Rick Johnson wrote:
> On Wednesday, December 16, 2015 at 6:03:55 PM UTC-6, Bruce Whealton wrote:
>
> > Surely, one is going to want to create GUI apps for users
> > that are not Python Developers. I would not think to ask
> > someone to install
Bruce Whealton writes:
> What seems to be blatantly missing is how this would be distributed.
Distributing programs so that recipients can run them is an ongoing
problem.
Operating systems arenecessarily involved, and since not every recipient
uses the exact same configuration of the exact same
On Wednesday, December 16, 2015 at 6:03:55 PM UTC-6, Bruce Whealton wrote:
> Surely, one is going to want to create GUI apps for users
> that are not Python Developers. I would not think to ask
> someone to install Python on their system and make sure it
> is added to the path. Maybe it is not so
Am 17.12.15 um 01:03 schrieb Bruce Whealton:
I watched one training video that discussed Python and Tkinter. Like many
similar tutorials from online training sites, I was left scratching my head.
What seems to be blatantly missing is how this would be distributed. In the
first mentioned tutori
I watched one training video that discussed Python and Tkinter. Like many
similar tutorials from online training sites, I was left scratching my head.
What seems to be blatantly missing is how this would be distributed. In the
first mentioned tutorial from Lynda.com the Tkinter app was related