Opened 6 years ago

Last modified 6 years ago

#57357 closed defect

Tkinter test fails with macos Mojave — at Version 2

Reported by: vsuorant (Ville) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: mojave Cc:
Port: tk py-tkinter

Description (last modified by ryandesign (Ryan Carsten Schmidt))

This fails only on OSX 10.14 (Mojave). The same configuration works on OSX 10.13 with both systems having Xcode10 installed

I installed (compiled from source):

  • gcc5
  • python27 (2.7.15)
  • tk@8.6.8_4+quartz

Running:

import Tkinter
Tkinter._test()

brings up an all black window without buttons or text on Mojave. The same test works fine on High Sierra.

Change History (2)

comment:1 Changed 6 years ago by vsuorant (Ville)

Description: modified (diff)
Keywords: mojave added

comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: tk tkinter removed
Owner: set to MarcusCalhoun-Lopez
Port: py-tkinter added; tkinter removed
Status: newassigned
Note: See TracTickets for help on using tickets.