[python-win32] More COM Problems

2005-08-27 Thread pylist
I still can't seem to get this to work correctly. Here is the code I am testing with: --- import win32com.client from win32com.client import gencache, Dispatch import os, sys from win32com.shell import shell import win32com.client.dynamic print "Creating late-bound Optix object" xl = win32com

[python-win32] Python, Com and SafeArrays

2005-08-10 Thread pylist
Hello List, I've encountered a problem when trying to use Com in some instances. There is a method on a Com object called getData() which takes in 4 paramaters ... all pointers ... and fills them with data. I'm currently using pointer() in ctypes on the four args as they go in (like getData(point