Python Forum
[Tkinter] Create GUI on MAC
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Create GUI on MAC
#1
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.
Reply
#2
I'm not sure on macs but you should probably keep the 2.7 version. On linux a lot of the system uses it.
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags


Reply
#3
(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!
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020