[PythonCE] PythonCE Digest, Vol 30, Issue 10

Andrew Booth a.g.booth at leeds.ac.uk
Mon Jan 9 12:15:35 CET 2006


Make sure you use the most recent TCL/Tk, otherwise you will get the
'Winhandle map' error I reported a couple of months ago.  You can download
the latest version from:

ftp://ftp.tcl.tk/pub/incoming/tcltk8_4_12_ce-arm.zip

Andrew

-----Original Message-----
From: pythonce-bounces at python.org [mailto:pythonce-bounces at python.org] On
Behalf Of pythonce-request at python.org
Sent: 09 January 2006 11:00
To: pythonce at python.org
Subject: PythonCE Digest, Vol 30, Issue 10

Send PythonCE mailing list submissions to
	pythonce at python.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://mail.python.org/mailman/listinfo/pythonce
or, via email, send a message with subject or body 'help' to
	pythonce-request at python.org

You can reach the person managing the list at
	pythonce-owner at python.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of PythonCE digest..."


Today's Topics:

   1. Re: Tkinter in pythonce... (Brian Brown)


----------------------------------------------------------------------

Message: 1
Date: Sun, 8 Jan 2006 14:51:07 -0700
From: Brian Brown <brian at ablelinktech.com>
Subject: Re: [PythonCE] Tkinter in pythonce...
To: pythonce at python.org
Message-ID: <F6CF5752-5DEA-4DBC-B5FD-90F1D031A38C at ablelinktech.com>
Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed

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 at python.org
> http://mail.python.org/mailman/listinfo/pythonce



------------------------------

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


End of PythonCE Digest, Vol 30, Issue 10
****************************************



More information about the PythonCE mailing list