You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working in an offline environment and am unable to use pip to install your "photoshop-python-api". Instead, I downloaded the package via a zip file and am trying to integrate it using the rez package management system. However, I am encountering an issue where the command import photoshop does not seem to function properly.
Upon investigating the internals of the package, I found that all modules calling from photoshop also fail to activate. Additionally, I am facing a ModuleNotFoundError: No module named 'comtypes' error.
Could you please provide guidance on how to correctly import and use the photoshop module in an offline setup, especially considering the constraints I'm facing with the rez package system? Any advice on resolving the 'comtypes' module issue would also be greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am currently working in an offline environment and am unable to use pip to install your "photoshop-python-api". Instead, I downloaded the package via a zip file and am trying to integrate it using the rez package management system. However, I am encountering an issue where the command import photoshop does not seem to function properly.
Upon investigating the internals of the package, I found that all modules calling from photoshop also fail to activate. Additionally, I am facing a
ModuleNotFoundError: No module named 'comtypes'
error.Could you please provide guidance on how to correctly import and use the photoshop module in an offline setup, especially considering the constraints I'm facing with the rez package system? Any advice on resolving the 'comtypes' module issue would also be greatly appreciated.
Thank you for your time and assistance.
Beta Was this translation helpful? Give feedback.
All reactions