Hello,
When I tried to do the following:
from tkinter import tix
from tkinter.constantsimport *
root = tix.Tk()
from tkinter.constantsimport *
root = tix.Tk()
I get the following error message:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/tkinter/tix.py", line 221, in __init__
self.tk.eval('package require Tix')
_tkinter.TclError: can't find package Tix
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/tkinter/tix.py", line 221, in __init__
self.tk.eval('package require Tix')
_tkinter.TclError: can't find package Tix
Is there anyway to use Tix on MacOSX? There are no problems using Tix on WIndows 7 version.