This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients mattbillenstein, ned.deily, ronaldoussoren, vstinner
Date 2017-10-17.19:53:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508270005.86.0.213398074469.issue31805@psf.upfronthosting.co.za>
In-reply-to
Content
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()
History
Date User Action Args
2017-10-17 19:53:25vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, mattbillenstein
2017-10-17 19:53:25vstinnersetmessageid: <1508270005.86.0.213398074469.issue31805@psf.upfronthosting.co.za>
2017-10-17 19:53:25vstinnerlinkissue31805 messages
2017-10-17 19:53:25vstinnercreate