From harry at jonesnose.com Mon May 7 16:53:56 2007 From: harry at jonesnose.com (Harry L. Lee) Date: Mon, 7 May 2007 10:53:56 -0400 Subject: [PythonCE] I just installed the 2.5 version using the pc exe Message-ID: <492c86b10705070753j7b2ec284t43749857782278f@mail.gmail.com> it did not associate .py files with python. halp! -- harry at jonesnose.com Harry L Lee (via gmail) chief cook and bottle washer http://jonesnose.com mailto:harry at jonesnose.com 207-384-8030 (email preferred) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20070507/22146af4/attachment.htm From igor_kaplan at hotmail.com Tue May 8 12:46:39 2007 From: igor_kaplan at hotmail.com (Igor Kaplan) Date: Tue, 8 May 2007 06:46:39 -0400 Subject: [PythonCE] Pythonce on windows mobile smartphone adition. In-Reply-To: Message-ID: Hello! Could someone please tell me if it is pocible to install pythonce on the windows smartphone? Thanks so much. Igor From westymatt at gmail.com Wed May 16 21:47:23 2007 From: westymatt at gmail.com (matt westerburg) Date: Wed, 16 May 2007 15:47:23 -0400 Subject: [PythonCE] questions Message-ID: <4b490f2f0705161247l4b730348we16b748230f61689@mail.gmail.com> I would like to use pythonce on a pocketpc device (go figure huh). I was wondering what if any standard libraries from python aren't implemented. And is there a windowing toolkit? Thank you for your help. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20070516/7d7d2d71/attachment.htm From coder_infidel at hotmail.com Thu May 17 16:31:11 2007 From: coder_infidel at hotmail.com (Luke Dunstan) Date: Thu, 17 May 2007 22:31:11 +0800 Subject: [PythonCE] questions References: <4b490f2f0705161247l4b730348we16b748230f61689@mail.gmail.com> Message-ID: Hi, For a list of diferences, have a look at http://pythonce.sourceforge.net/Wikka/WindowsCEDifferences People on this list have used Tkinter and wxPython with PythonCE, but they are not included with PythonCE. Luke ----- Original Message ----- From: matt westerburg To: pythonce at python.org Sent: Thursday, May 17, 2007 3:47 AM Subject: [PythonCE] questions I would like to use pythonce on a pocketpc device (go figure huh). I was wondering what if any standard libraries from python aren't implemented. And is there a windowing toolkit? Thank you for your help. ------------------------------------------------------------------------------ _______________________________________________ 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/20070517/ad4cc6be/attachment.htm From hjtoi at comcast.net Thu May 24 19:31:52 2007 From: hjtoi at comcast.net (Heikki Toivonen) Date: Thu, 24 May 2007 10:31:52 -0700 Subject: [PythonCE] Problems with Tkinter and maximized/fullscreen mode Message-ID: <4655CC08.8080506@comcast.net> I wrote my first Python Tkinter program, CaltrainPy. It is a Caltrain schedule program. It is a bit slow, and butt-ugly, but beats the competition in the UI functionality I think. http://www.heikkitoivonen.net/blog/?p=11 I would like the window to be maximized, but all my attempts so far just lead to a case where the window is maximized but the all the controls still huddle in the middle. Also, when I do this, the OptionMenu control starts misbehaving - clicking on it will close it immediately and to actually use it you have to press and hold mouse button 1, scroll to the entry you want, and then release the mouse button. Any ideas? I am sure it has lots of other warts, being my first Tkinter program and all, so all comments about the code would be appreciated. -- Heikki Toivonen From josepharmbruster at gmail.com Tue May 29 05:06:53 2007 From: josepharmbruster at gmail.com (Joseph Armbruster) Date: Mon, 28 May 2007 23:06:53 -0400 Subject: [PythonCE] Python Trunk (r55625) Sync Adventure Message-ID: <465B98CD.1080105@gmail.com> All, This afternoon, I started with: PythonCE-2.5-20061219-source.zip and a few changes to make it build on my box. Then, I took the Python trunk at rev 55625 and stomped my working copy. After a carefully crafted merge I was able to get the tree synchronized. I loaded up the Python26.exe and dll up to my phone and moved over the _pyd's and os.py and I now see: "Python 2.6a0 (trunk, May 28 2007...") Woot! Luke: I have this in a svn repo on my local machine currently. I can host it up on my server temporarily if anyone would like to access it. Off to bed now, Joseph Armbruster