Re: tkinter for dell axim x30

David McNab <[email protected]> Mon, 26 Apr 2010 07:56:48 +1200
Newsgroups gmane.comp.python.windows-ce
Message-ID <1272225408.4084.16.camel@rebirth>
On Sun, 2010-04-25 at 12:45 -0700, Ron Harris wrote:

> I'm wouldn't consider recompiling python or tkinter since it would
> probably be easier to write the application in C using the Windows
> Mobile Edition SDK.

If you're looking in that direction, perhaps it would be easier to use
Cython to build some wrappers to access the Windows ME SDK via Python.
That would give you the best of both worlds - python and a windowing
system that Just Works.

Cheers
David