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
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
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
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
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
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
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