how to use win32com.client

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • learnerofpython
    New Member
    • Nov 2006
    • 14

    how to use win32com.client

    i am unable to get any site from which i can install the module win32com.client .
    can anyone please help me out
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    It's call win32all (or it used to be) it installs with the standard python msi in the pythonWin directories.

    Comment

    • bartonc
      Recognized Expert Expert
      • Sep 2006
      • 6478

      #3
      Originally posted by bartonc
      It's call win32all (or it used to be) it installs with the standard python msi in the pythonWin directories.
      some place like this:
      Python24\Lib\si te-packages\win32c om

      Comment

      Working...