[PythonCE] Using Tix

Stewart Midwinter stewart.midwinter at gmail.com
Tue Feb 22 22:36:01 CET 2005


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
stewart at midwinter.ca
stewart.midwinter at gmail.com


More information about the PythonCE mailing list