Re: [PythonCE] Cassiopeia PDA

2005-12-02 Thread Edward Fewell
it. If you're still unsure what's going on, then provide more details of what PDA you have and what steps you're taking to install and run PythonCE. Edward Fewell -Original Message- From: Barrett <[EMAIL PROTECTED]> Subject: [PythonCE] (no subject) Message-ID: <

Re: [PythonCE] Developing Python code for Windows Mobile

2005-11-28 Thread Edward Fewell
/prodtechnol/wce/downloads/ppctoys.mspx#EKAA Edward Fewell ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] import Tkinter breaks PythonCE

2005-11-06 Thread Edward Fewell
ght actually be more compatible than the version you're using. You also might have to see if upgrading to Mobile 2003 from Psion is possible (or practical). Good luck. Let me know how it goes. Edward Fewell -Original Message- Date: Sun, 6 Nov 2005 00:28:05 + (UTC) From:

Re: [PythonCE] PythonCE Summary

2005-11-03 Thread Edward Fewell
<< http://kitsu.petesdomain.com/files/WinCE/ (Lot's of other interesting stuff there - including a usable 'port' of IDLE) >> Thanks for the info. I updated the site to include the wxPython link. I tried out IdleCE.py and it appears to run under the Validus 2.3.4 distribution I'm using. Very sl

[PythonCE] PythonCE Summary

2005-11-02 Thread Edward Fewell
I put together a quick page linking the various versions of PythonCE that are floating out there. http://www.traybor.com/PythonCE/ Nothing special, just something to simplify people's searches for some of these distributions. ___ PythonCE mailing list

Re: [PythonCE] Pocket PC-Startup script

2005-10-28 Thread Edward Fewell
ry). I still haven't found a copy of win32process.pyd that works with version 2.3.4. I'd still love to have that because there doesn't seem to be a Tkinter port for PythonCE 2.2. So at the moment, I have both installed. Perhaps Isr will be able to provide link or copy of the win32

Re: [PythonCE] PythonCE Digest, Vol 27, Issue 7

2005-10-27 Thread Edward Fewell
thonCE really needs os.system() implemented or at least access to CreateProcess() to be a Pocket PC scripting language. *hoping now that someone chimes in to show where I'm wrong and just missed something* Edward Fewell ___ PythonCE mailing list Pytho

Re: [PythonCE] Winhandle problem with tkinter

2005-10-20 Thread Edward Fewell
<< I think it is coming from deeper, possibly the operating system or the wince.dll. >> It does not sound like a WinCE OS message. WinCE does not have a restriction on the number of windows other than available memory, nor would it refer to HWNDs as "winhandle slots." It sounds like either the P

Re: [PythonCE] Running setup-registry.py

2005-10-02 Thread Edward Fewell
Unpack the python23.zip into \Program Files\Python\lib. Copy the .dll files to \Windows. Click the Setup Registry shortcut. >From: "Chandu Patil" <[EMAIL PROTECTED]> >To: "'Edward Fewell'" <[EMAIL PROTECTED]> >CC: >Subject: RE: [PythonCE] Run

Re: [PythonCE] Running setup-registry.py

2005-09-30 Thread Edward Fewell
When you install PythonCE 2.3.4, it puts a shortcut in the same directory as the setup-registry.py script. Just try clicking on that shortcut from the CE File Explorer. That should be all you need to do to get it installed. ___ PythonCE mailing list Py

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] Getting Started with Python on Mobile windows 2003

2005-09-19 Thread Edward Fewell
<< There is a win32gui module, which exposes the Mobile windows API. >> There should also be a win32api module and win32con module. I don't have those in my installation, and haven't had luck finding them. win32con is just a collection of constants, so the desktop version would be very, very clos

Re: [PythonCE] Getting Started with Python on Mobile windows 2003

2005-09-16 Thread Edward Fewell
1) I don't know. I've done some brief looking about and haven't found anything of the sort yet. 2) Yes. I've installed the 2.3.4 port onto my Mobile 2003 device. It included a script to update the registry so that you can just click on scripts to execute them. 3) Below is a Tkinter demo modifie