Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73494
| References | <8bd5e4fd-22d2-40d5-b13c-022c9e610abf@googlegroups.com> |
|---|---|
| Date | 2014-06-22 20:09 +1000 |
| Subject | Re: Event handling for COM object with win32com (pywin32) |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11185.1403431799.18130.python-list@python.org> (permalink) |
On Sun, Jun 22, 2014 at 7:15 PM, <peter.balazovic@emspin.com> wrote: > This code works on python console but there is no event fired. > >>>> class fmstrEvents(object): > ... def OnRecroderDone(self): > ... print "Hello OnRecroderDone" Is that supposed to say "OnRecroderDone" or "OnRecorderDone"? I can't find any Google hits for the former, other than this exact question (which you seem to have also posted to StackOverflow - I'm counting that as the same), and the latter would be a much more obvious spelling. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Event handling for COM object with win32com (pywin32) peter.balazovic@emspin.com - 2014-06-22 02:15 -0700
Re: Event handling for COM object with win32com (pywin32) Chris Angelico <rosuav@gmail.com> - 2014-06-22 20:09 +1000
Re: Event handling for COM object with win32com (pywin32) peter.balazovic@emspin.com - 2014-06-22 04:55 -0700
Re: Event handling for COM object with win32com (pywin32) Chris Angelico <rosuav@gmail.com> - 2014-06-22 22:02 +1000
Re: Event handling for COM object with win32com (pywin32) Kevin Walzer <kw@codebykevin.com> - 2014-06-22 11:22 -0400
csiph-web