Re: [PythonCE] PythonCE Digest, Vol 30, Issue 5

2006-01-06 Thread Michael Murdock
Hello, Thomas Heller wrote: >> I cannot answer these questions, but I'll try to get comtypes working. >> Are there 'interesting' COM objects on a Pocket PC 2003 to experiment >> with? I would _love_ to get COM access from inside PythonCE because I want to be able to control Pocket Outlook. Here's

Re: [PythonCE] PythonCE Digest, Vol 26, Issue 8

2005-09-30 Thread Michael Murdock
Chandu Patil wrote: >> >> I am getting to know pythonce 2.3.4 (#0, July 12 2004, 17:38:34) on a Dell Axim 30 Pocket PC. Just installed and am able to run Python. Next I wanted to run setup-registry. >> >> First, is there a list somewhere that has the differences between the Python for say Wi

[PythonCE] win32process for Validus PythonCE 2.3.4 distribution?

2005-05-06 Thread Michael Murdock
Hello, It is my understanding that there are two PyCE distributions: 1. Validus - Based on Python 2.3.4 2. Murkworks - Based on Python2.2 I have been using the Validus binary ARM distribution on my Axim WinMobile 2003 and I decided to try Telion's osce module. It tries and fails to import win32p

[PythonCE] Re: PythonCE Digest, Vol 21, Issue 6

2005-04-25 Thread Michael Murdock
typed-in arguments but converts it to an integer or float, if necessary. Like I said, It's pretty lame. But I use it a lot on my Axim. ~Michael. # --- # cmdline.py # Michael Murdock # # This code uses Tkinter's Entr

[PythonCE] My PythonCE Directories

2005-04-13 Thread Michael Murdock
Hello, I've been playing around with PythonCE on my WinMobile 2003 Dell Axim. I have created directory structures that I have tried to render down below this message. Things seem to work fine with my scripts that use Tkinter and pysqlite and so I'm a happy camper. But I have the following question

Re: [PythonCE] How to execute a scipt on Python startup

2005-04-13 Thread Michael Murdock
On 4/13/05, Michael Murdock <[EMAIL PROTECTED]> wrote: > Is there a way to have a Python script executed whenever Python starts up? On 4/12/05, Mark Doukidis <[EMAIL PROTECTED]> wrote: >> Try placing your code inside "sitecustomize.py". >> This is run every

[PythonCE] How to execute a scipt on Python startup

2005-04-12 Thread Michael Murdock
Hello, I have a Python script that I import in every script that I write that imports sys and then calls sys.path.append() to set up a few locations where I keep everything on my Axim (some stuff on storage card, some in My Documents, etc.). Is there a way to have a Python script executed whenev