Re: [Tutor] about Tix

2007-10-27 Thread ALAN GAULD
> This looks to me like the Tix DLL hasn't been installed or it's > installed in a folder where it can''t be found. The Tix module > is just a wrapper round the Tix DLL so you need both. > > I wonder where should I install Tix DLL I'd look for the other DLLs in the Python tree or alternatively p

Re: [Tutor] about Tix

2007-10-27 Thread linda.s
On 10/26/07, Alan Gauld <[EMAIL PROTECTED]> wrote: > Linda, > > >I run the following code in Python 2.5 and got the error (when I do > > "import Tix", no error). > > Congratulations I think this might just be the first Tix question > on the tutor list! :-) > > > Traceback (most recent call last): >

Re: [Tutor] about Tix

2007-10-26 Thread Alan Gauld
Linda, >I run the following code in Python 2.5 and got the error (when I do > "import Tix", no error). Congratulations I think this might just be the first Tix question on the tutor list! :-) > Traceback (most recent call last): > File "2.py", line 54, in >tkRoot = Tix.Tk( ) > File > "/L

[Tutor] about Tix

2007-10-25 Thread linda.s
I run the following code in Python 2.5 and got the error (when I do "import Tix", no error). Traceback (most recent call last): File "2.py", line 54, in tkRoot = Tix.Tk( ) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-tk/Tix.py", line 210, in __init__ self