The only thing I can notice is: > AttributeError: '<win32com.gen_py.Panorama: Scripting Library (Kernel > Objects).IPanScriptTFOSlice instance at 0x11496344>' object has no > attribute 'Value' ... > class IPanScriptTFOSlice2(DispatchBaseClass): > """PanScript TFO Slice.""" > CLSID = IID('{6BA870D0-055A-11D4-ABE3-00C04F9D382F}') ...
Note that you pasted in the incorrect interface definition - your code is not using the version with '2' at the end. Without knowing the typelib in question, I can't suggest how you get the interface you expect. Cheers, Mark _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32