Skip to main content
Participant
September 4, 2021
Question

Python Dispatch("Photoshop.Application") doesn't work anymore

  • September 4, 2021
  • 1 reply
  • 1099 views

I controlled photoshop via python using
   import win32com.client
   App = win32com.client.Dispatch("Photoshop.Application")
But after installing the a newer version of Photoshop, I can't do that anymore.
There is a 'Invalid class string' which shows that Photoshop is no longer recognized 😞

Any idea ?

 

This topic has been closed for replies.

1 reply

Participant
November 6, 2021

Hi ! Do you find a solution, I have the same issue. Thank you !