Looking for a Python interface to TAPI on Win32

Peter Hansen peter at engcorp.com
Fri Jan 9 09:18:11 EST 2004


"Kent Hsu (Hsu, Chih-Peng)" wrote:
> 
> Try "ctypes" or "calldll" to call the Win32 api directly.

Specifically, ctypes.  I'm pretty sure calldll should be considered obsolete
and it doesn't appear there's an obvious place to find a calldll binary for 
Python 2.3, so it looks unsupported at this point.

-Peter



More information about the Python-list mailing list