Passing Application.VBE.Events.ReferencesEvents(None) works (at least at this
point).
However, when I try to bind to an event class, I get the error below.
Any assistance, debugging suggestions, would be greatly appreciated.
Thanks.
# Code
from win32com.client import Dispatch, DispatchWithEvents,
Mark, thank you so much for this fix. I appreciate it. I have verified it as
well, in all the problem scenarios. Much appreciated! Thank you!
Jon Southard
___
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo
On 15/10/2009 10:50 PM, shivisi wrote:
Passing Application.VBE.Events.ReferencesEvents(None) works (at least at this
point).
However, when I try to bind to an event class, I get the error below.
Any assistance, debugging suggestions, would be greatly appreciated.
Thanks.
# Code
from win32com.cl