Re: [python-win32] COM Photoshop - Exception occurred

2019-03-09 Thread Tim Roberts
On Mar 8, 2019, at 9:08 AM, Ioannis Valasakis wrote: > > ... > Currently, that this is the error I am getting and I can't seem to understand > why, as I've seen online examples using the exact same code and it works. > > >>> desc.putReference(cTID("null"), ref) > >>>

[python-win32] COM Photoshop - Exception occurred

2019-03-09 Thread Ioannis Valasakis
Hi all,  I am following the above tutorial for interfacing Python with Photoshop on Windows. https://evanmccall.wordpress.com/2015/03/09/how-to-develop-photoshop-tools-in-python/#comments I am using the following version of Python 2.7.16 (v2.7.16:413a49145e) [MSC v.1500 64 bit (AMD64)].