Tkinter in pythonce...

Rodrigo Contreras Köbrich <[email protected]>
Newsgroups gmane.comp.python.windows-ce
Message-ID <[email protected]>
Hi.

I installed the CAB file in my PDA.
The first thing I wanted to test was the GUI capabilities, so I tried to 
run the following code (which compiles nicely in the PC version):

from Tkinter import *

root = Tk()

myContainer1 = Frame(root)  ### (1)
myContainer1.pack()         ### (2)

root.mainloop()

But pythonce raises an error code: No module named Tkinter.

I noticed that there is a file named '_tkinter.pyd' at the DLLs folder.
What should I do?

Bye.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.