RosettaCodeData/Task/OLE-Automation/Python/ole-automation-2.py

4 lines
102 B
Python
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
import win32com.client
client = win32com.client.Dispatch("python.server")
client.write("hello world")