Hi, I got the error below in a python script and noticed that tk-dev.tcz was recently downgraded from 8.6 to 8.5... maybe python was not rebuilt with this consideration?
My questions are: 1) Is my only practical option to build my own Python interpreter? 2) Out of curiosity, what did Tk 8.6 break... maybe I'm better off building my own tk8.6
Thanks,
Dave
line 13, in <module>
from Tkinter import *
File "/usr/local/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: libtk8.6.so: cannot open shared object file: No such file or directory