From antovar at gmail.com Mon May 3 10:54:28 2010 From: antovar at gmail.com (Antonio Tovar) Date: Mon, 3 May 2010 10:54:28 +0200 Subject: [PythonCE] tkinter for dell axim x30 Message-ID: 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.? Any >suggestions on how to install? About the patches, I guess they are for patching source files so forget them. Anyway, I downloaded the pack from here: http://pythonce.sourceforge.net/Wikka/Tkinter It's not the last version, but it comes with installation instructions. May be you can figure out how to install the last release based on the instructions for installing this. If you get it, please tell us how. Antonio From guan98413 at gmail.com Tue May 4 09:21:25 2010 From: guan98413 at gmail.com (=?GB2312?B?vfjW0LnY?=) Date: Tue, 4 May 2010 15:21:25 +0800 Subject: [PythonCE] PythonCE Digest, Vol 80, Issue 1 In-Reply-To: References: Message-ID: hello, every one. Now, I am using the ppygui to develop an application in a pocket pc. There are some problems to be solved, anybody can help me? I want to show a menu in ListView big icon style, just like windows's ListView control, including a big icon and a text string shown in a box, user can select the picture, just like selecting a list item. Is there any body known how to implement it? or there are some sample? thank you for your attention. sorry for my poor english. I am now in China. 2010/5/3 > 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 for dell axim x30 (Antonio Tovar) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 3 May 2010 10:54:28 +0200 > From: Antonio Tovar > To: pythonce at python.org > Subject: Re: [PythonCE] tkinter for dell axim x30 > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > 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.? Any >suggestions on how to install? > > About the patches, I guess they are for patching source files so forget > them. > > Anyway, I downloaded the pack from here: > > http://pythonce.sourceforge.net/Wikka/Tkinter > > It's not the last version, but it comes with installation instructions. > > May be you can figure out how to install the last release based on the > instructions for installing this. > > If you get it, please tell us how. > > Antonio > > > ------------------------------ > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > > > End of PythonCE Digest, Vol 80, Issue 1 > *************************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mr_rjharris at yahoo.com Sun May 9 19:15:41 2010 From: mr_rjharris at yahoo.com (Ron Harris) Date: Sun, 9 May 2010 10:15:41 -0700 (PDT) Subject: [PythonCE] tkinter for dell axim x30 In-Reply-To: References: Message-ID: <544493.73034.qm@web50806.mail.re2.yahoo.com> Antonio and Adam, Well I got it tkinter going on my Dell Axim X30 with Windows Mobile 3.0 SE.? These are the stops I took: 1)? Installed latest version of PythonCE from sourceforge.? I used the latest PythonCESetup.exe, which when executed on a Vista PC enables you to install the program through the Windows Mobile Device Center.? (Programs and Services, Add/Remove Programs). I installed PythonCE with the "Install program files into the default installation folder" option unchecked.? I installed it to Built-In Storage. 2)? I downloaded Tkinter-files.zip from the same sourceforge page.? I found it in the sourceforge PythonCE folder Python_CE_2.3.4-1.? I unzipped in on my PC and put the files from its Windows folder into the Windows folder on my Axim X30 and put the other files into Built-In Storage. 3)? I ran the 3 step tkinter test found here: http://wiki.python.org/moin/TkInter 4)? At some point, in the test it told me that it couldn't find init.py,? and it gave me a list of folders that it searched.? Based on this, I moved the subfolders out of their folder (was it lib?)?and into the root directory of built-in storage and retested.? Et voila.? Ca marche. Let me repeat more briefly and perhaps more sensibly in imperative mood: 1)? Download lastest PythonCE?from sourceforge and install to Axim's Built-In Storage. 2) Download Tkinter-files.zip from same sourceforge?location and unzip on a PC.? Copy the files from the Windows folder (celib.dll, etc)?into the Windows folder on Axim.? Copy the subfolder named?library to Built-In Storage.? Copy the folder named tk8.4 to Built-In Storage. Tkinter should now be working.? Can I be more specific???Built-In Storage now has the following folders:? PythonCE Python25, tk8.4, and library.? Three dll's added to My Device\Windows folder It's pretty simple actually but nevertheless it wasn't that easy to figure it out.? I don't see why Tkinter has to be manually installed when the rest of pythonce is installed?by the setup program.? It seems like it took a month just to get tkinter working and it seemed touch and go the whole time when it should've been a no brainer.?? Now that it's going, I'm a happy camper. BTW, I was also able to get ppygui running but will make my first pass and hopefully final on my program with tkinter.? Thanks for your invaluable help and encouragement.? Without it I would have held this task to be impossible. Bye. ________________________________ From: Antonio Tovar To: pythonce at python.org Sent: Mon, May 3, 2010 1:54:28 AM Subject: Re: [PythonCE] tkinter for dell axim x30 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.? Any >suggestions on how to install? About the patches, I guess they are for patching source files so forget them. Anyway, I downloaded the pack from here: http://pythonce.sourceforge.net/Wikka/Tkinter It's not the last version, but it comes with installation instructions. May be you can figure out how to install the last release based on the instructions for installing this. If you get it, please tell us how. Antonio _______________________________________________ PythonCE mailing list PythonCE at python.org http://mail.python.org/mailman/listinfo/pythonce -------------- next part -------------- An HTML attachment was scrubbed... URL: