Tix works for me. See test script...

#test-tix.py
import pythonrc
import Tix
s = Tix.Button(text = "Tix!")
s.pack()
s.mainloop()

#pythonrc.py, located in docHome along with all other Python scripts
import sys
sys.path.append('\\SD Card\\Program Files\\Python\\Lib')
sys.path.append('\\SD Card\\Program Files\\Python\\Lib\\python23.zip\\lib-tk')
docHome = ('\\My Documents\\Python')

cheers
S

> The file I am talking about is Tix.pyc under the lib-tk driectory in the
> zip file. I didn't add it.  Is Tix suposed to be functional in this package?


-- 
Stewart Midwinter
[EMAIL PROTECTED]
[EMAIL PROTECTED]
_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to