[python-win32] DispatchWithEvents call

2004-12-14 Thread Neil Benn
Hello, I'm trying to use win32com to access a COM object with Events. After some searching I discovered the call to win32com.client.DispatchWithEvent can be used - passing a class with the method signatures for each event for thrown by the ActiveX component. However I'm

[python-win32] Re: DLL spec

2004-12-14 Thread Thomas Heller
Tony Cappellini <[EMAIL PROTECTED]> writes: > This isn't really a purely-Python question, but ... > I want to write a small Python app that dumps the contents of DLL's. > I know there is a program called bindump or something similar that > comes with VC6, which shows you the name of the callable r

Re: [python-win32] DispatchWithEvents call

2004-12-14 Thread Neil Benn
Neil Benn wrote: Hello, I'm trying to use win32com to access a COM object with Events. After some searching I discovered the call to win32com.client.DispatchWithEvent can be used - passing a class with the method signatures for each event for thrown by the ActiveX component.

[python-win32] Re: Python-win32 Digest, Vol 21, Issue 13

2004-12-14 Thread Dave Jones
Does anyone have a Numeric module compiled for Python 2.4? Thankee, Dave ___ Python-win32 mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] DLL spec

2004-12-14 Thread Niki Spahiev
Check py2exe. It contains some utility modules that do such things. HTH Niki Spahiev ___ Python-win32 mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-win32