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
[EMAIL PROTECTED]
http://web.bryant.edu/~bblais



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to