index.html 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
  4. <META NAME="Generator" CONTENT="Microsoft Word 97">
  5. <TITLE>win32com</TITLE>
  6. <META NAME="Template" CONTENT="C:\Program Files\Microsoft Office\Office\html.dot">
  7. </HEAD>
  8. <BODY TEXT="#000000" LINK="#0000ff" VLINK="#0000ff">
  9. <DIR>
  10. <P><!-- Enclose the entire page in UL, so bullets don't indent. --></P>
  11. <H1><IMG SRC="image/pycom_blowing.gif" WIDTH=549 HEIGHT=99></H1>
  12. <H2>Python and COM</H2>
  13. <H3>Introduction</H3>
  14. <P>Python has an excellent interface to COM (also known variously as OLE2, ActiveX, etc).</P>
  15. <P>The Python COM package can be used to interface to almost any COM program (such as the MS-Office suite), write servers that can be hosted by any COM client (such as Visual Basic or C++), and has even been used to provide the core ActiveX Scripting Support. </P>
  16. <UL>
  17. <LI>Note that win32com is now released in the win32all installation package. The <A HREF="../win32all/win32all.exe">installation EXE can be downloaded</A>, or you <A HREF="../win32all/">can jump to the win32all readme</A> for more details. </LI>
  18. <LI>Here is the <A HREF="win32com_src.zip">win32com source code</A> in a zip file. </LI></UL>
  19. </DIR>
  20. <DIR>
  21. <H3>Documentation</H3>
  22. <P><A HREF="ActiveXScripting.html">Preliminary Active Scripting and Debugging documentation</A> is available.</P>
  23. <P>2 Quick-Start guides have been provided, which also contain other links. See the <A HREF="QuickStartClientCom.html">Quick Start for Client side COM</A> and the <A HREF="QuickStartServerCom.html">Quick Start for Server side COM</A> </P>
  24. </P></DIR>
  25. </DIR>
  26. </BODY>
  27. </HTML>