Quantcast
Channel: ActiveState Community Site - Installation Support for ActivePython
Viewing all articles
Browse latest Browse all 48

Cannot use Tix with ActivePython 3.4.1.0 for Mac OSX (Mavericks)

$
0
0

Hello,

When I tried to do the following:

from tkinter import tix
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

Is there anyway to use Tix on MacOSX? There are no problems using Tix on WIndows 7 version.


Viewing all articles
Browse latest Browse all 48

Trending Articles