# Sub-Packages win32com.axdebug win32com.axscript # ActiveX Scripting Support win32com.client # COM Client Support win32com.makegw # Utilities for generating C++ support files. win32com.server # COM server support win32com.servers # Some COM Servers implemented in Python
# Modules win32com.olectl # Constants used by COM Controls win32com.storagecon # Constants related to IStorage and related interfaces win32com.util # General utility functions common to client and server. win32com.win32con
win32com is the package which provides COM (also known as OLE, also known as ActiveX) functionality for Python. See win32com.client.
The win32com support is stand-alone. It does not require Pythonwin, or any other extension modules. It should work from any Python port for Win32.
The COM framework can be broken into a number of not unrelated areas.
Copyright © Greg Stein, Mark Hammond, Curt Hagenlocher and a few other contributors
All Rights Reserved
Comments to author:
Generated: Sun Apr 20 1997