[python-win32] Using the COM interface of Infinion Memtool

2010-04-09 Thread Markus Hubig
Hi together, i'm trying to use Infinion's Memtool via it's COM interface in my python program. I've created an early binding file with the makepy utility and now I try to figure out how I can use it ... I got five classes which I can use to get access to all the feature

Re: [python-win32] Using the COM interface of Infinion Memtool

2010-04-09 Thread Tim Roberts
Markus Hubig wrote: > > i'm trying to use Infinion's Memtool via it's COM interface in my python > program. I've created an early binding file > with the makepy utility and > now I try to figure out how I can use it ... > > I got five classes which I can use to get acce

Re: [python-win32] Using the COM interface of Infinion Memtool

2010-04-09 Thread Greg Antal
Markus: The beauty of using the early binding file is that you don't have to use all that Dispatch syntax because the file does that for you. I don't know what you named this file, but let's say you call it "PyMemtool.py". Now your code just looks like this: import PyMemtool fm = PyMemtool.S