[PythonCE] Tkinter and easygui

2006-01-23 Thread geoff
Hi again, still trying to get a simple python programme working. Have uninstalled everything, then: installed PythonCE-2.3.5-20051223-setup to the default location. ie /Program Files/Python run setup-registry this works great thanks. copied easygui.py to /Program Files/Python the Python er

Re: [PythonCE] Tkinter and easygui

2006-01-23 Thread Stewart Midwinter
try telling the interpreter explicitly where your Tkinter is. sys.path.append('/path/to/Tkinter files') in my case it's in '\SD Card\Program Files\Python\Lib\python23.zip\lib-tk' S On 1/23/06, geoff <[EMAIL PROTECTED]> wrote: > the Python error screen hides the first screen, but it says some

Re: [PythonCE] Tkinter and easygui

2006-01-23 Thread Stewart Midwinter
note that on the PocketPC, there is often a problem with the windows you create being stuck behind other windows. there's a freeware utility you can get (try http://pocketpcfreewares.com/) that allows you to Alt-Tab between apps by pressing a button - I mapped my Record button on the side of my To

Re: [PythonCE] Tkinter and easygui

2006-01-23 Thread geoff
> Date: Mon, 23 Jan 2006 01:23:36 -0700 > From: Stewart Midwinter <[EMAIL PROTECTED]> > Subject: Re: [PythonCE] Tkinter and easygui > To: [EMAIL PROTECTED] > Cc: pythonce@python.org > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > try telling the inter

Re: [PythonCE] Tkinter and easygui

2006-01-23 Thread Stewart Midwinter
On 1/23/06, geoff <[EMAIL PROTECTED]> wrote: > > > Are you saying that the python23.zip should contain lib-tk? When I copy > it back to a pc and open, no such file or directory exists. yep, that's what I'm saying. That's what's on my PDA, anyway. cheers, -- Stewart Midwinter [EMAIL PROTECTED] [E