[python-win32] Win 32 GUI + python tutorial
Niki Spahiev
niki at vintech.bg
Mon Nov 8 10:48:44 CET 2004
Wara Songkran wrote:
> Hi
>
> I have start learning python and I found that python have a nice win32
> api wrapper. But I found that it does not wrap win32 api function by
> function. I know win32 programming but I look at the demo code it
> difference from normal win32 code.
>
> So someone please tell me where can I find the web page describe how
> python wrap win32 gui. May be more code sample.
If you know win32 API, check ctypes module. It can call any function.
HTH
Niki Spahiev
More information about the Python-win32
mailing list