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. -- Greg _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/KCJQMTVCQGPLFGRSIEDVJKOZZ4ORD5ET/ Code of Conduct: http://python.org/psf/codeofconduct/
