Python Forum

Full Version: Create GUI on MAC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to create a GUI for students using Mac Computers.
I am really new to it and wanted to check my procedure:

1. step: delete old python versions (see below)
2. step: install Tkinter (in Python 3.8 it might be included as far as I understand)
3. step install py2app (do I also need this?)
4. create GUI
5. send it to students to check if it works

My data:
MacOS Catalina, Version 10.15.1
Python versions: There are some python versions on my computer:

Python 2.7.16,
Python 3.7.3,
Python 3.7.6,
Python 3.8.1,
Python Lauchner 3.8.1,
Python Lauchner3 3.7.6

I think I could delete all of them except Python 3.8.1 and Python Lauchner 3.8.1, right?

Kind regards,
Julia

P.S.
The GUI and python scripts for Windows users exist, I just need to convert it to an apple GUI.
I'm not sure on macs but you should probably keep the 2.7 version. On linux a lot of the system uses it.
(Apr-28-2020, 10:39 AM)menator01 Wrote: [ -> ]I'm not sure on macs but you should probably keep the 2.7 version. On linux a lot of the system uses it.

Thanks!