Re: [python-win32] COM Base Class and derived classes

2008-07-16 Thread Tibor Arpas
eeing a problem caused by what you describe? If so, what? If the > problem is that the methods etc from the sub-class aren't seen, then check > out win32com.client.CastTo() > > > > Cheers, > > > > Mark > > > > *From:* [EMAIL PROTECTED] [mailto: >

Re: [python-win32] COM Base Class and derived classes

2008-07-15 Thread Mark Hammond
Sent: Wednesday, 16 July 2008 12:20 AM To: [email protected] Subject: [python-win32] COM Base Class and derived classes Hi, I'm new to both python and COM. I try to use the win32com.client. Many things work like a charm, but I bumped into following problem. The COM server ha

[python-win32] COM Base Class and derived classes

2008-07-15 Thread Tibor Arpas
Hi, I'm new to both python and COM. I try to use the win32com.client. Many things work like a charm, but I bumped into following problem. The COM server has following hierarchy of types: Component (Base class) -Folder -Drawing -Image -Form -Script - .. The components a