True standard Windows app in Python?

Dave Brueck dave at pythonapocrypha.com
Mon Dec 29 17:39:26 EST 2003


Alan wrote:
> > > If you want to get the Windows "kite-mark" then probably Python
> > > is not the best solution
> >
> > Why? Just curious, but what specifically are you thinking of? The OP's
question
> > was pretty vague, so it's hard to tell what the question was really about.
>
> Well for example writing a fully windows compliant screne saver
> is impossible using Python

You may find this link interesting then. :)

http://homepage.hispeed.ch/py430/python/index.html

> > > and because you get access to all the windows stiuff when you
> > > need it.
> >
> > That's what ctypes is for. :)
>
> Gives you access to the types but not the low level win32 APIs.

Are you sure you know what ctypes does? What "low level win32 APIs" are you
referring to?

-Dave






More information about the Python-list mailing list