Access to Win API

Gerhard Häring gh at ghaering.de
Fri Sep 19 05:40:29 EDT 2003


Ladvánszky Károly wrote:
> What is the best way to access Win API functions that are not present in the
> various extension packages. Is writing a C extension the only solution?

You don't have to write a C extension, you can use ctypes instead.

-- Gerhard





More information about the Python-list mailing list