Paul Watson wrote: > I need to call some Windows APIs. Is the only way to download ctypes or > the win32 interfaces?
That depends on the specific win32 interface you want to call. Typically, the answer is "yes". > Is there any plan to get ctypes batteries into the standard Python build? I don't have such a plan. To my knowledge, ctypes has never been contributed to Python, either, so its author apparently has no plan, either. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list