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\\Pro
Bill:
On Tue, 22 Feb 2005 20:11:07 -0800, Bill <[EMAIL PROTECTED]> wrote:
> Where did you get your python package? I got mine from sourceforge for
> winCE 2003. Is there a better source?
yes, try the source here:
http://fore.validus.com/~kashtan/
and you should have more luck.
Let us know h
Hey folks,
I'm having a tough time getting either Numeric or Numarray to work on
my PDA. I just copy the source code over, set the sys.path to include
the appropriate \Lib and \Src folders, but I get errors like "No
module named multiarray" I'm guessing this part of the code is
included in the C