Tix not properly installed on OS X?
Brian Blais
bblais at bryant.edu
Tue Jul 24 05:50:14 EDT 2007
Hello,
I am running OS X 10.4, on an Intel Mac, Python 2.5 not installed by
source (I used the binary install from the website). When I do the
following, I get an error:
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tix
>>> root=Tix.Tk()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/lib-tk/Tix.py", line 210, in __init__
self.tk.eval('package require Tix')
_tkinter.TclError: can't find package Tix
I read somewhere that that I need to install the Tcl Tix package, but
I can't seem to find it. I looked at the source, at Sourceforge, and
the directions seems a bit daunting, and I don't want to mess up
something that is already there. Can someone help me?
thanks,
Brian Blais
--
Brian Blais
bblais at bryant.edu
http://web.bryant.edu/~bblais
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070724/55114fb7/attachment.html>
More information about the Python-list
mailing list