[python-win32] COM illegal argument puzzler

2008-05-24 Thread Adam Pletcher
A co-worker of mine is writing a tool to automate tasks in Photoshop, and found a win32 error we can't explain. And possibly a bug. The following script generates an error about how Select() can only take one-dimensional arrays: import win32com.client ps_app =

[python-win32] COM illegal argument puzzler

2008-05-24 Thread Roger Upole
Adam Pletcher wrote: A co-worker of mine is writing a tool to automate tasks in Photoshop, and found a win32 error we can't explain. And possibly a bug. The following script generates an error about how Select() can only take one-dimensional arrays: import win32com.client ps_app =