Hello.

New in Python and coding.

My goal : 
Apply recorded actions in Photoshop to many folders and subfolders 
containing images.

My inspiration : 
Web page explaining a Python code using pywin32 : 
https://vsfxryan.com/portfolio/python-photoshop-action-scripts/, but I do 
not want to define functions, I am too much beginner for this.

Problematic code :
#run action script which opens the file, convert it to jpg, save and close 
it.
psApp.DoAction( actionScript, 'jpg_q8')

Error message :
NameError: name 'actionScript' is not defined

Could you please help me solve this?

Thanks :)

Sylvain

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to