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 cjrh
Recipients Elvis.Pranskevichus, asvetlov, cjrh, docs@python, willingc, yselivanov
Date 2018-10-07.11:48:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538912900.78.0.545547206417.issue34831@psf.upfronthosting.co.za>
In-reply-to
Content
I tested the Python 3.7.0 release version for Mac, the download called "macOS 64-bit installer" with checksum ae0717a02efea3b0eb34aadc680dc498 on this page:

https://www.python.org/downloads/release/python-370/

I downloaded, installed that on a mac, and the chat client app launched no problem. (I added a screenshot to my github repo readme).

Your error "ModuleNotFoundError: No module named '_tkinter'" suggests that the python you were using is a different one, because in the release download, Tk 8.6.8 is bundled and the _tkinter module was built against it and must exist.

Anyway, I just wanted to check that it does work on mac :)
History
Date User Action Args
2018-10-07 11:48:20cjrhsetrecipients: + cjrh, asvetlov, Elvis.Pranskevichus, docs@python, yselivanov, willingc
2018-10-07 11:48:20cjrhsetmessageid: <1538912900.78.0.545547206417.issue34831@psf.upfronthosting.co.za>
2018-10-07 11:48:20cjrhlinkissue34831 messages
2018-10-07 11:48:20cjrhcreate