On 4/29/22 8:54 AM, Alan Gauld via Tkinter-discuss wrote:
When I click it my app starts OK but the UI is all in black apart
from the buttons and scrollbars. Everything works ok (buttons,
menus etc) except I can't see anything on the GUI because of the black.

Sounds like you are connecting to the system Python and the ancient version of Tk (8.5) that ships with macOS and is seriously broken. I assume your installation of Python connects with something more modern (8.6.12 is the current version). You may want to check your path in the automator script to make sure you are using the correction version of Python.

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
https://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to