Tkinter and Mac OS X

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David Stark

    Tkinter and Mac OS X


    I have Mac OS 10.2 which ships with python. I downloaded TclTkAqua from
    ActiveState and installed it. Then I get:
    [color=blue][color=green][color=darkred]
    >>> import Tkinter[/color][/color][/color]
    Traceback (most recent call last):
    File "<stdin>", line 1, in ?
    File "/usr/lib/python2.2/lib-tk/Tkinter.py", line 35, in ?
    import _tkinter # If this fails your Python may not be configured for Tk
    ImportError: No module named _tkinter[color=blue][color=green][color=darkred]
    >>>[/color][/color][/color]

    After digging around on www.python.org I get the impression that I have to
    download the source and do my own build. Do I really have to go through
    this? Is the OS X distribution of python different (for a reason)?


Working...