Re: [PythonCE] tkinter for dell axim x30

2010-05-09 Thread Ron Harris
for your invaluable help and encouragement.  Without it I would have held this task to be impossible. Bye. From: Antonio Tovar To: pythonce@python.org Sent: Mon, May 3, 2010 1:54:28 AM Subject: Re: [PythonCE] tkinter for dell axim x30 Ron, >I looked

Re: [PythonCE] tkinter for dell axim x30

2010-05-03 Thread Antonio Tovar
Ron, >I looked into this option before posting to this list.? I couldn't determine >what to do with the zip file.? Windows did not recognize the extension >.patch >that is on the two files in the zip file patch-for-tctlk846.zip nor could I >find installation instructions on the download page.?

Re: [PythonCE] tkinter for dell axim x30

2010-04-27 Thread Ron Harris
page.  Any suggestions on how to install? Ron From: Antonio Tovar To: pythonce@python.org Sent: Mon, April 26, 2010 4:09:18 AM Subject: Re: [PythonCE] tkinter for dell axim x30 Hello, tkinter works in wm5 and wm6.5 but you have to install Tcl/Tk also. Thei

Re: [PythonCE] tkinter for dell axim x30

2010-04-26 Thread Antonio Tovar
Hello, tkinter works in wm5 and wm6.5 but you have to install Tcl/Tk also. Their are not installed with pythonce. http://sourceforge.net/projects/tcltkce/files/ I'm using it. Cheers, Antonio ___ PythonCE mailing list PythonCE@python.org http://mail.py

Re: [PythonCE] tkinter for dell axim x30

2010-04-26 Thread Adam Walley
tons to gather data for the application. I suppose > I could use a text interface if need be but I want input to require no more > effort or time than selecting and pushing a button. > > Cheers, > > Ron > > -- > *From:* David McNab >

Re: [PythonCE] tkinter for dell axim x30

2010-04-25 Thread Ron Harris
___ From: David McNab To: Ron Harris Cc: pythonce@python.org Sent: Sun, April 25, 2010 12:56:48 PM Subject: Re: [PythonCE] tkinter for dell axim x30 On Sun, 2010-04-25 at 12:45 -0700, Ron Harris wrote: > I'm wouldn't consider recompiling python or tkinter since it would > probabl

Re: [PythonCE] tkinter for dell axim x30

2010-04-25 Thread David McNab
On Sun, 2010-04-25 at 12:45 -0700, Ron Harris wrote: > I'm wouldn't consider recompiling python or tkinter since it would > probably be easier to write the application in C using the Windows > Mobile Edition SDK. If you're looking in that direction, perhaps it would be easier to use Cython to bui

Re: [PythonCE] Tkinter captures the little "X" close window button?

2008-04-09 Thread Frédéric
Le 8/4/2008, "Frédéric Mantegazza a écrit: >My root window is normaly shown with its title bar visible. But if I open a >second window, defined as a Toplevel widget with my root window as parent, >then this window does not have a title bar, or it is under the WinCE bar >(I don't know)... I di

Re: [PythonCE] Tkinter captures the little "X" close window button?

2008-04-08 Thread Frédéric Mantegazza
On jeudi 06 mars 2008, Jim Walsh wrote: > I want my pythonce Tkinter window to look like all good WindowsCE > windows: using the top of the screen as the title bar and the little X > up there. I have a similar question, but at the opposite way... My root window is normaly shown with its title ba

Re: [PythonCE] Tkinter captures the little "X" close window button?

2008-03-09 Thread Mark Doukidis
On Thu, Mar 6, 2008 at 10:53 PM, Jim Walsh <[EMAIL PROTECTED]> wrote: > > I think my problem is the use of overrideredirect. > > I want my pythonce Tkinter window to look like all good WindowsCE windows: > using the top of the screen as the title bar and the little X up there. > > If I use: >

Re: [PythonCE] Tkinter captures the little "X" close window button?

2008-03-06 Thread Jim Walsh
I think my problem is the use of overrideredirect. I want my pythonce Tkinter window to look like all good WindowsCE windows: using the top of the screen as the title bar and the little X up there. If I use: root=Tk() root.wm_state('zoomed') I get a pretty big window but still with a

Re: [PythonCE] Tkinter captures the little "X" close window button?

2008-03-05 Thread Frédéric Mantegazza
On mercredi 05 mars 2008, Jim Walsh wrote: > I want to do something when the user taps the little "X" in the upper > right hand corner. Can we do the default action of hiding the app? I use something like: self.protocol("WM_DELETE_WINDOW", self._quit) to bind the X close button to my _quit

Re: [PythonCE] Tkinter installation problem

2008-01-20 Thread Pietro Battiston
Rens Duijsens ha scritto: > Hi, > > thanks for your responce. > No... I got the files from > http://www.murkworks.com/Research/Python/PocketPCPython/PPCPythonR2Notes > > I have de-installed all of it, and installed the files you directed me to. > Now it works. Thanks! > > Do I have to do the se

Re: [PythonCE] Tkinter installation problem

2008-01-20 Thread Rens Duijsens
onderstand this second part. Thank you for your assistance. Rens Verzonden: zo 20-1-2008 21:34 Aan: Rens Duijsens Onderwerp: Re: [PythonCE] Tkinter installation problem Rens Duijsens ha scritto: > > Hello, > > I'm trying to install Tkint

Re: [PythonCE] Tkinter gif problem on PythonCE

2007-12-07 Thread Massimo Di Pierro
Please ignore. It was a problem with relative paths. sqlite3 works great. Massimo On Dec 7, 2007, at 6:14 PM, Massimo Di Pierro wrote: > Hello everybody, > > I managed to run Gluon on my phone with very minor tweaks (there is > file locking on windows ce?). Here is a screenshot. > > http:

Re: [PythonCE] Tkinter gif problem on PythonCE

2007-12-07 Thread Massimo Di Pierro
Hello everybody, I managed to run Gluon on my phone with very minor tweaks (there is file locking on windows ce?). Here is a screenshot. http://mdp.cti.depaul.edu/examples/static/gluonce.jpg but only applications that do not use sqlite3 seem to work even if the module is there. Not sure

Re: [PythonCE] Tkinter gif problem on PythonCE

2007-12-03 Thread Alexandre Delattre
> Hi everybody, > where can find downloads and instructions for installing pythonce? For PythonCE instructions, the wiki is your friend : http://pythonce.sourceforge.net/Wikka/HomePage > does it come with the thread module? Yes. Limitations and differences of pythonce from regular Python are s

Re: [PythonCE] Tkinter gif problem on PythonCE

2007-12-03 Thread Massimo Di Pierro
Hi everybody, where can find downloads and instructions for installing pythonce? does it come with the thread module? if so, do you think I may be able to run Gluon (http:// mdp.cti.depaul.edu) or should I expect any major obstacle? Thank you Massimo

Re: [PythonCE] tkinter

2006-11-11 Thread infopazo
> copy PythonCE-2.5-20061012-_tkinter\_tkinter.pyd into Program > Files\Python25\Lib directory of your pda. sorry... into Python25\DLLs dir. best regards PAZO ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/python

Re: [PythonCE] tkinter

2006-11-11 Thread infopazo
Download PythonCE-2.5-20061012-_tkinter.zip from sourceforge http://sourceforge.net/project/showfiles.php?group_id=104228&package_id=112011 copy PythonCE-2.5-20061012-_tkinter\_tkinter.pyd into Program Files\Python25\Lib directory of your pda. That's it. You can read about TKinter package install

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-30 Thread Luke Dunstan
- Original Message - From: "Michael Foord" <[EMAIL PROTECTED]> To: "Patrick Kramer" <[EMAIL PROTECTED]> Cc: Sent: Sunday, April 30, 2006 5:57 PM Subject: Re: [PythonCE] Tkinter PhotoImage, no such file or directory > Patrick Kramer wrote: >>

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-30 Thread Gonzalo Monzón
Patrick Kramer escribió: > > > >>You can tell Python using os.chdir(), but that will not necessarily have any >>effect on Tkinter because the operating system has no concept of a "current >>directory", so it depends on whether the image file is opened in the Python >>code or the C code. >> >>Luk

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-30 Thread Michael Foord
Patrick Kramer wrote: > > >> You can tell Python using os.chdir(), but that will not necessarily have any >> effect on Tkinter because the operating system has no concept of a "current >> directory", so it depends on whether the image file is opened in the Python >> code or the C code. >> >> Lu

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-30 Thread Patrick Kramer
> > You can tell Python using os.chdir(), but that will not necessarily have any > effect on Tkinter because the operating system has no concept of a "current > directory", so it depends on whether the image file is opened in the Python > code or the C code. > > Luke > So there is no way for pyt

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-29 Thread Luke Dunstan
- Original Message - From: "Patrick Kramer" <[EMAIL PROTECTED]> To: Sent: Saturday, April 29, 2006 10:28 AM Subject: Re: [PythonCE] Tkinter PhotoImage, no such file or directory > That worked, thanks... So is there a way to tell pythonce were the current > direc

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-28 Thread Patrick Kramer
> Patrick Kramer wrote: >> I have two files which are both in the PyGlucoCE directory off of root. >> >> Tkintertest.py >> BtnGluco.gif >> >> >> >> Here is my code: >> >> import sys >> >> sys.path.append('\\Program Files\\Python24\\python24.zip\\lib-tk') >> sys.path.append('\\PyGlucoCE') >> > > T

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-28 Thread Michael Foord
Patrick Kramer wrote: > I have two files which are both in the PyGlucoCE directory off of root. > > Tkintertest.py > BtnGluco.gif > > > > Here is my code: > > import sys > > sys.path.append('\\Program Files\\Python24\\python24.zip\\lib-tk') > sys.path.append('\\PyGlucoCE') > This appends the Py

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-28 Thread Luke Dunstan
- Original Message - From: "Patrick Kramer" <[EMAIL PROTECTED]> To: Sent: Friday, April 28, 2006 3:30 PM Subject: [PythonCE] Tkinter PhotoImage, no such file or directory >I have two files which are both in the PyGlucoCE directory off of root. > > Tkintertest.py > BtnGluco.gif > > > >

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

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; cha

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 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 in pythonce...

2006-01-08 Thread Brian Brown
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, Ro

Re: [PythonCE] Tkinter in pythonce...

2006-01-07 Thread Fuzzyman
Luke Dunstan wrote: - Original Message - From: "Stewart Midwinter" <[EMAIL PROTECTED]> To: "Rodrigo Contreras Köbrich" <[EMAIL PROTECTED]> Cc: Sent: Saturday, January 07, 2006 11:49 AM Subject: Re: [PythonCE] Tkinter in pythonce... Rodri

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Stewart Midwinter
I'll get a copy of 2.3.5 installed over the next few days, then post my steps of what it took to get Tkinter going. cheers S -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] Skype, GoogleTalk, iChatAV, MSN, Yahoo: midtoad AIM:midtoad1 ___ Pytho

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Luke Dunstan
- Original Message - From: "Rodrigo Contreras Köbrich" <[EMAIL PROTECTED]> To: Sent: Saturday, January 07, 2006 3:28 AM Subject: [PythonCE] Tkinter in pythonce... > Hi. > > I installed the CAB file in my PDA. > The first thing I wanted to test was the GUI capabilities, so I tried to >

Re: [PythonCE] Tkinter in pythonce 2.3.5...

2006-01-06 Thread Luke Dunstan
quot;Luke Dunstan" <[EMAIL PROTECTED]> Cc: Sent: Saturday, January 07, 2006 12:13 PM Subject: Re: [PythonCE] Tkinter in pythonce... thanks for the extra details on 2.3.5. I can see now that it's different from 2.3.4. and more compatible with the desktop version. I'd better i

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Stewart Midwinter
thanks for the extra details on 2.3.5. I can see now that it's different from 2.3.4. and more compatible with the desktop version. I'd better install it and find out more! my comments about osce.py were directed at 2.3.4. Perhaps the newer version doesn't need it, or may not be able to use it.

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Luke Dunstan
- Original Message - From: "Stewart Midwinter" <[EMAIL PROTECTED]> To: "Rodrigo Contreras Köbrich" <[EMAIL PROTECTED]> Cc: Sent: Saturday, January 07, 2006 11:49 AM Subject: Re: [PythonCE] Tkinter in pythonce... > Rodrigo, no desesperes! > &

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Stewart Midwinter
Rodrigo, no desesperes! Where do you have your python located? You probably need to add some code that tells python where to look for modules. you can do that with: sys.path.append('\\SD Card\\Program Files\\Python\\Lib') sys.path.append('\\SD Card\\Program Files\\Python\\Lib\\python23.zip\\lib-t

Re: [PythonCE] Tkinter radiobutton problem

2005-09-19 Thread Edward Fewell
I've sent the same problem using Tkinter on my phone. I don't know of a fix for the real problem, but you might be able to work around the issue. Can you respond to check events on the check boxes? If so, then use check boxes for your radio buttons and programmatically simulate radio button beha

Re: [PythonCE] Tkinter installation

2005-01-30 Thread Warren Focke
On Sat, 29 Jan 2005, Stewart Midwinter wrote: > On Sat, 29 Jan 2005 16:41:05 -0800 (PST), Warren Focke > <[EMAIL PROTECTED]> wrote: > > > I hit on, which was to modify python23.zip to move the contents of lib-tk > > up to the top level. > > what exactly were your modifications? you took the co

Re: [PythonCE] Tkinter installation

2005-01-29 Thread Stewart Midwinter
On Sat, 29 Jan 2005 16:41:05 -0800 (PST), Warren Focke <[EMAIL PROTECTED]> wrote: > I hit on, which was to modify python23.zip to move the contents of lib-tk > up to the top level. what exactly were your modifications? you took the contents of the lib-tk folder inside python23.zip and moved the

Re: [PythonCE] Tkinter installation

2005-01-29 Thread James Burkert
Yep, I saw that he did, he was kind enough to respond to my question. In order to get lib-tk in the sys.path, I just added sys.path.append('') to the bootup py script for Python 2.3.4, called pythonrc.py, located in \Temp\. This runs every time the interpreter starts, so I have not had trouble wit

Re: [PythonCE] Tkinter installation

2005-01-29 Thread Warren Focke
On Sat, 29 Jan 2005, James Burkert wrote: > Out of curiosity, what did you need to change to get Python to run > properly from your SD card? Stewart already posted how to get Python running off flash. You've still got the fact that python23.zip/lib-tk isn't in sys.path to deal with. I've seen

Re: [PythonCE] Tkinter installation

2005-01-29 Thread Stewart Midwinter
to get Python to run on the SD card, I edited setup_registry.py and Setup Registry.lnk to point to the location on the SD card where the python.exe lives, i.e. \\SD Card\\Program Files\\Python\\Lib. To confirm that my registry was in fact set up correctly, I used Advanced Explorer, went into the R

Re: [PythonCE] Tkinter installation

2005-01-29 Thread James Burkert
Hey Stewart, Finally something I can be helpful with! I have tcl8.4.3 in the root directory \My Device\, next to Windows, Program files, etc. It works just fine there. I guess its just because thats how tcl is referenced in some file or another. Out of curiosity, what did you need to change to g