I had the TKinter stuff working and built a couple of apps that  
worked on Pocket PC...

You have to go get the TK for Pocket PC binaries from them and  
install them on the pocket pc, then it all works, assuming your  
sys.path and such is set up correctly


Brian

On Jan 6, 2006, at 12:28 PM, Rodrigo Contreras Köbrich wrote:

> 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.
> _______________________________________________
> PythonCE mailing list
> PythonCE@python.org
> http://mail.python.org/mailman/listinfo/pythonce

_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to