I was trying to import using Python2.7 the module Tkinter in MAC OSX el capitan Version 10.11, but I have the following error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 39, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter
I would like to get a solution for this problem, because seems to be an instalation problem and the webpage ActiveTCL seems to be broken