Re: [PythonCE] IndentationError in 2.5 command line interpreter

2006-10-21 Thread Tod Haren
I have the same problem, can't do classes either. Any ideas? On 10/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > If I try to write a multi-line construct in the Pythonce 2.5 command line > interpreter, > I get an IndentationError > when I press Enter after a line with some control flow s

[PythonCE] Edit WinCE registry from desktop

2006-07-14 Thread Tod Haren
I've been using the pocketRapi scripts submitted previously by helpful TechGame folks, their names escape me right now. So far it suits my needs and seems to work great. However it doesn't implement all of the rapi.dll functions. I'd like to be able to read/write to the registry on the PPC from

[PythonCE] wincerapi

2006-07-07 Thread Tod Haren
After some more time with Google I found this post from February. PocketRapi seems to get me on the right track. http://mail.python.org/pipermail/pythonce/2006-February/001322.html Tod. ___ PythonCE mailing list PythonCE@python.org http://mail.python.or

[PythonCE] wincerapi

2006-07-06 Thread Tod Haren
I'd like to try using rapi.dll to access my PPC from the desktop. I found a reference to wincerapi in the pythonwin documentation, but can not import or otherwise locate the module on either my 2.1 or 2.4 installations on the desktop. Is it still available somewhere, somehow? It would be great t

Re: [PythonCE] Problem with ctypes

2006-06-30 Thread Tod Haren
Good point. ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] SQLite database with comtypes

2006-06-29 Thread Tod Haren
Thanks for the link. If I can get EVC4 working for me, I'll try the build for pySQLite. It would be good practice for me. Tod ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] win32com

2006-06-29 Thread Tod Haren
I know this has come up before, but is the win32com module available for PythonCE2.4.3? Google wasn't much help this time. Tod ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] SQLite database with comtypes

2006-06-28 Thread Tod Haren
Are other users having success with SQLite under PythonCE 2.4.3? Are you using pySQLite, comtypes, ctypes, or some other method? I'm having trouble getting started on the PPC. On the desktop it seems to work fine. I've been trying to use comtypes to access a dll put out by the folks at newObjec

Re: [PythonCE] Problem with ctypes

2006-06-28 Thread Tod Haren
I concur with Craig. There was no explicit indication what python version the ctypes wince release was for. At least not an indication that I found. ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] Problem with ctypes

2006-06-23 Thread Tod Haren
The wince files on the ctypes sourceforge project site don't work for me. import ctypes was resulting in "import error: dll load failed". I claimed to be unable to locate _ctypes.pyd even though it was present and in sys.path. I tried both 0.9.9.6 and 0.9.9.3 with no luck, I tried different paths

Re: [PythonCE] PythonCE IDE and Form Designer in Development

2006-04-30 Thread Tod Haren
Very cool. I vote yes. ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] Fwd: Spinner

2006-02-17 Thread Tod Haren
There is a \windows\startup folder. Putting a shortcut in there should do the trick for starting an app on reboot. I've also read that there are hacks you can do to run the PPC in kiosk mode. On 2/16/06, Jeffrey Barish <[EMAIL PROTECTED]> wrote: >... > Also, what is the best way to get the progr

[PythonCE] ADOCE, CDB, MySQL, Databases in general?

2005-11-15 Thread Tod Haren
Yep. Apparently it doesn't come stock with newer versions of WM. I am still running a PPC 2002 Axim, so I believe it came with it. I also run another app that came with the runtime. Apparently it is still available, but not supported by MS. It can be downloaded here: http://msdn.microsoft.com

[PythonCE] ADOCE, CDB, MySQL, Databases in general?

2005-11-15 Thread Tod Haren
I tried the win32com.client method, but it's not available in PythonCE, or atleast not that I can find.  I get the usual errors about the lack of a module.  I attempted to simply copy the desktop win32com and win32 folders to the PPC.  This got me a little further, but inevitable there were modules

[PythonCE] ADOCE, CDB, MySQL, Databases in general?

2005-11-15 Thread Tod Haren
I'm brand new to Python, but anxious to pick it up.  I'd like to get ADOCE (Active X Data Objects) to work on the Pocket PC similar to ADODB functions on the desktop.  I've worked through some of the examples for the desktop using ADODB and this is almost identical to how I've handled connections a