From coder_infidel at hotmail.com Wed Apr 7 16:03:48 2010 From: coder_infidel at hotmail.com (Luke Dunstan) Date: Wed, 7 Apr 2010 22:03:48 +0800 Subject: [PythonCE] Pythonce Roadmap In-Reply-To: <201003301920.25013.c22rs@web.de> References: <777f2ade1003300720l68916da6x5c52ad17b52041e1@mail.gmail.com>, <4BB209A2.9070605@murkworks.com>, <201003301920.25013.c22rs@web.de> Message-ID: > From: c22rs at web.de > To: pythonce at python.org > Date: Tue, 30 Mar 2010 19:20:24 +0200 > Subject: Re: [PythonCE] Pythonce Roadmap > > Hello PythonCE users, > > my litle project KaaShooping relies on PythonCE. I don't knov how valuable it > is to the ones that downlodes it? - At least it works for me. I haven't owned a Windows CE device for years either, so I would not work on PythonCE again (I do have an Android phone now though). > > About the WiKi: > access to 'http://pythonce.sourceforge.net/Wikka' reports > An error has been encountered in accessing this page. It is working again now. Luke > > 1. Server: pythonce.sourceforge.net > 2. URL path: /Wikka > 3. Error notes: Server unable to read htaccess file, denying access to be safe > 4. Error type: 403 > 5. Request method: GET > 6. Request query string: NONE > > As I remember, reading down those 'does&dont's of sf.net; sf.net will react on > site abuses as follows: > ..(?send e-mail) > and as last resort alter the unix file access rights. !) > > Cheers, rodi > > > Am Dienstag, 30. M?rz 2010 16:24:34 schrieb Brad Clements: > > PythonCE isn't dead, though I do not know who all is using it these days. > > > > I no longer have a CE device. I am maintaining the mailing list (welcome > > to the list ..) > > > > I do not know who is in charge of the wiki @ sf .. anyone? > > > > Angelo Compagnucci wrote: > > > Hello list! > > > > > > Is pythonce actively developed or it's is in a dead end state? > > > > > > In positive case, what is the roadmap? > > > > > > PS: Wiki is down ... > > > > > > Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From guagliap at tutopia.com Sat Apr 17 17:20:14 2010 From: guagliap at tutopia.com (PabloG) Date: Sat, 17 Apr 2010 12:20:14 -0300 Subject: [PythonCE] PocketPyGui Table with colors Message-ID: Hi all, this is my first post to this newsgroup. I'm working on a an PythonCE application, using the PocketPyGUI toolkit. I'm using the gui.Table control to display a large list of choices (addresses, codes and data associated), and I want to assign a different color to the rows that have been completed. Is there any way to colorize the rows given certain conditions? TIA, PabloG From mr_rjharris at yahoo.com Sun Apr 25 21:45:01 2010 From: mr_rjharris at yahoo.com (Ron Harris) Date: Sun, 25 Apr 2010 12:45:01 -0700 (PDT) Subject: [PythonCE] tkinter for dell axim x30 Message-ID: <671434.66173.qm@web50803.mail.re2.yahoo.com> Using the latest download (i think it's 2.5 from 2007) of pythonce, most features work properly on my PocketPC but Tkinter or _tkinter, as it seems to be known in the list of modules, doesn't?work. The PocketPC?device is a Dell Axim X30 with Windows Mobile 2003 Second Edition. The question would be:? Can tkinter be made to work with PythonCE on the Dell Axim X30, and if so what steps do I have to take to get it going? 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rebirth at orcon.net.nz Sun Apr 25 21:56:48 2010 From: rebirth at orcon.net.nz (David McNab) Date: Mon, 26 Apr 2010 07:56:48 +1200 Subject: [PythonCE] tkinter for dell axim x30 In-Reply-To: <671434.66173.qm@web50803.mail.re2.yahoo.com> References: <671434.66173.qm@web50803.mail.re2.yahoo.com> Message-ID: <1272225408.4084.16.camel@rebirth> 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 build some wrappers to access the Windows ME SDK via Python. That would give you the best of both worlds - python and a windowing system that Just Works. Cheers David From mr_rjharris at yahoo.com Mon Apr 26 05:08:17 2010 From: mr_rjharris at yahoo.com (Ron Harris) Date: Sun, 25 Apr 2010 20:08:17 -0700 (PDT) Subject: [PythonCE] tkinter for dell axim x30 In-Reply-To: <1272225408.4084.16.camel@rebirth> References: <671434.66173.qm@web50803.mail.re2.yahoo.com> <1272225408.4084.16.camel@rebirth> Message-ID: <407031.17074.qm@web50805.mail.re2.yahoo.com> Hi David, Thanks for your response. I'm pretty of a python newbie, have little time for programming, and also must confess that I'm not sure exactly what you are talking about. I have no experience with Cython and no ambition to create any kind of extensions or wrapper for anything. I'd prefer to leave that up to someone else. But thank you for suggestion. The original question still stands, which is basically whether or not tkinter works with Windows 2003 Mobile Edition or if no, whether it can easily be made to work with it. I'm not really leaning toward using C and the SDK. I'd much rather do it in Python but I need buttons 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 To: Ron Harris Cc: pythonce at 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 > 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 build some wrappers to access the Windows ME SDK via Python. That would give you the best of both worlds - python and a windowing system that Just Works. Cheers David -------------- next part -------------- An HTML attachment was scrubbed... URL: From adam.walley at gmail.com Mon Apr 26 11:43:29 2010 From: adam.walley at gmail.com (Adam Walley) Date: Mon, 26 Apr 2010 10:43:29 +0100 Subject: [PythonCE] tkinter for dell axim x30 In-Reply-To: <407031.17074.qm@web50805.mail.re2.yahoo.com> References: <671434.66173.qm@web50803.mail.re2.yahoo.com> <1272225408.4084.16.camel@rebirth> <407031.17074.qm@web50805.mail.re2.yahoo.com> Message-ID: Hello, Ron. I think what you are after is out there and ready for you to use. It is called PocketPyGUI (or ppygui) and is a newer implementation than previous attempts at porting tkinter to Windows Mobile / WinCE (maybe that wasn't worded quite right - it's a package that allows easy Python access to the system's standard controls). If you are after a simple way to implement the standard system buttons, check boxes and other controls using Python code then PocketPyGUI is perfect. Get it from sourceforge (ppygui.sourceforge.net). I have used it with WM5, but hopefully it also works smoothly with WM2003. Hope you get your app working, and come back to the list if you have any questions. Adam On 26 April 2010 04:08, Ron Harris wrote: > Hi David, > > Thanks for your response. > > I'm pretty of a python newbie, have little time for programming, and also > must confess that I'm not sure exactly what you are talking about. I have > no experience with Cython and no ambition to create any kind of extensions > or wrapper for anything. I'd prefer to leave that up to someone else. > > But thank you for suggestion. The original question still stands, which is > basically whether or not tkinter works with Windows 2003 Mobile Edition or > if no, whether it can easily be made to work with it. > > I'm not really leaning toward using C and the SDK. I'd much rather do it > in Python but I need buttons 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 > *To:* Ron Harris > *Cc:* pythonce at 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 > > 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 build some wrappers to access the Windows ME SDK via Python. > That would give you the best of both worlds - python and a windowing > system that Just Works. > > Cheers > David > > > > > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From antovar at gmail.com Mon Apr 26 13:09:18 2010 From: antovar at gmail.com (Antonio Tovar) Date: Mon, 26 Apr 2010 13:09:18 +0200 Subject: [PythonCE] tkinter for dell axim x30 Message-ID: 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 From mr_rjharris at yahoo.com Tue Apr 27 17:08:07 2010 From: mr_rjharris at yahoo.com (Ron Harris) Date: Tue, 27 Apr 2010 08:08:07 -0700 (PDT) Subject: [PythonCE] tkinter for dell axim x30 In-Reply-To: References: Message-ID: <842108.69730.qm@web50801.mail.re2.yahoo.com> Hi Antonio, 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? Ron ________________________________ From: Antonio Tovar To: pythonce at 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. Their are not installed with pythonce. http://sourceforge.net/projects/tcltkce/files/ I'm using it. Cheers, Antonio _______________________________________________ PythonCE mailing list PythonCE at python.org http://mail.python.org/mailman/listinfo/pythonce -------------- next part -------------- An HTML attachment was scrubbed... URL: From bobmelville1 at gmail.com Wed Apr 28 12:56:00 2010 From: bobmelville1 at gmail.com (robert melville) Date: Wed, 28 Apr 2010 03:56:00 -0700 Subject: [PythonCE] unsubscribe Message-ID: On Wed, Apr 28, 2010 at 3:00 AM, wrote: > 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 (Ron Harris) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 27 Apr 2010 08:08:07 -0700 (PDT) > From: Ron Harris > To: Antonio Tovar > Cc: pythonce at python.org > Subject: Re: [PythonCE] tkinter for dell axim x30 > Message-ID: <842108.69730.qm at web50801.mail.re2.yahoo.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi Antonio, > > 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? > > Ron > > > > > ________________________________ > From: Antonio Tovar > To: pythonce at 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. > Their are not installed with pythonce. > > http://sourceforge.net/projects/tcltkce/files/ > > I'm using it. > > Cheers, > Antonio > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://mail.python.org/pipermail/pythonce/attachments/20100427/06382eb2/attachment-0001.html > > > > ------------------------------ > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce > > > End of PythonCE Digest, Vol 79, Issue 5 > *************************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: