Re: [python-win32] Passing Nothing into ReferencesEvents - resolved, however can't bind events

2009-10-15 Thread shivisi
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,

Re: [python-win32] Python and ASP - failure on 2nd and subsequent page loads

2009-10-15 Thread Jon Southard
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

Re: [python-win32] Passing Nothing into ReferencesEvents - resolved, however can't bind events

2009-10-15 Thread Mark Hammond
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