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 yselivanov
Recipients Elvis.Pranskevichus, asvetlov, cjrh, docs@python, willingc, yselivanov
Date 2018-10-03.14:39:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538577552.67.0.545547206417.issue34831@psf.upfronthosting.co.za>
In-reply-to
Content
> I too have bashed my head for many hours over the years trying to get Tkinter to work on Mac, but a lot of work has gone into this recently and the newer (release) Python's have bundled Tk 8.6: https://www.python.org/download/mac/tcltk/ (this is what learners will prob use on Mac)


I've tried to run it and here's what I have on my system:

    ~/d/t/chat (master) » python3.7 client.py
    Traceback (most recent call last):
      File "client.py", line 7, in <module>
        from tkinter import *
      File "/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tkinter/__init__.py", line 36, in <module>
        import _tkinter # If this fails your Python may not be configured for Tk
    ModuleNotFoundError: No module named '_tkinter'


How about we write the tutorial and implement terminal clients first.  Then we can have two branches of the tutorial -- one implementing a Tk client, one implementing a web client?
History
Date User Action Args
2018-10-03 14:39:12yselivanovsetrecipients: + yselivanov, asvetlov, cjrh, Elvis.Pranskevichus, docs@python, willingc
2018-10-03 14:39:12yselivanovsetmessageid: <1538577552.67.0.545547206417.issue34831@psf.upfronthosting.co.za>
2018-10-03 14:39:12yselivanovlinkissue34831 messages
2018-10-03 14:39:12yselivanovcreate