Skip to content
This repository was archived by the owner on Feb 22, 2025. It is now read-only.
/ pycom Public archive

Windows Component Object Model (COM) Python 2 and Python 3 interoperability demo.

Notifications You must be signed in to change notification settings

seigtm/pycom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Python COM Example

A demonstration of Windows Component Object Model (COM) interoperability between Python 2 and Python 3:

  • Python 2 COM Server
  • Python 3 COM Client
  • Cross-version Python communication via COM

Prerequisites

Install required dependencies for both Python versions:

python2 -m pip install pywin32
python3 -m pip install pywin32

Quick Start

Register the COM Server:

python2 server.py --register

Run the COM Client:

python3 client.py

About

Windows Component Object Model (COM) Python 2 and Python 3 interoperability demo.

Topics

Resources

Stars

Watchers

Forks

Languages