mhammond / pywin32

Python for Windows (pywin32) Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not run library with newest version of outlook (December 2023)

agosmou opened this issue · comments

  • Expected behavior and actual behavior.

    • I couldnt run this library with the newest version of outlook
  • Steps to reproduce the problem.

    1. Update Outlook to "Outlook(new)"
    2. run:
    >> import win32com.client as client
    >> outlook = client.Dispatch("Outlook.Application")
    1. Program will hang after line 2.
    2. Revert Outlook(new) to Outlook
    3. Run the above commands successfully
  • Version of Python and pywin32

    • windows 10
    • pywin32 version 306
    • python version 3.11.0

Same problem on my system resolved using:

link: stackoverflow.com