STINNER Victor <victor.stin...@gmail.com> added the comment: Matt: Would you like to look at your buildbot to check if something is wrong with Tkinter?
The code hangs on the CGMainDisplayID() call in support._is_gui_available(): from ctypes import cdll, c_int, pointer, Structure from ctypes.util import find_library app_services = cdll.LoadLibrary(find_library("ApplicationServices")) app_services.CGMainDisplayID() ---------- nosy: +mattbillenstein _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31805> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com