On Wed, Nov 25, 2020 at 10:13 AM Greg Ewing <greg.ew...@canterbury.ac.nz> wrote:
>
> On 24/11/20 9:05 pm, Chris Angelico wrote:
> > It CAN be a proper point-and-click GUI thing. You can have a fully
> > executable Python script if it has no dependencies (just distribute a
> > single .py file with a shebang at the top) ...
>
> But to most people a "proper point and click GUI thing"
> includes having an actual GUI, which is somewhere between
> very difficult and impossible to do well without C extensions
> that don't come with a standard Python installation.
>

True. If you want a perfectly out-of-the-box app, you're probably
going to have to stick to Tkinter.

ChrisA
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/LVBC5Y3NV6CEWOBOBPUZ5VK7MHGTJLMD/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to