[python-win32] Package Py ActiveX object as self-register DLL??
Mark Hammond
mhammond@skippinet.com.au
Tue, 11 Jun 2002 22:31:06 +1000
> Hello,
> I'm interested, too, but I'd ask you to be a bit more specific, pls.
> Where's McMillan ?
> Here's an other: I've got a buch of interfaces to implement ( an
> olb file ).
> Best way to implement those ? I just learned that some of the classes
> in concern don't implement IDispatch and makepy won't produce all
> the stuff.
makepy should generate everything you need to implement non IDispatch based
interfaces. See win32com\test\test_pycomtest.py.
Let me know if you have problems...
Mark.