Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73496
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.010 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'handler': 0.05; '22,': 0.09; 'restart': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'language,': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:handling': 0.16; 'subject:object': 0.16; 'typo': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'then.': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'work.': 0.31; 'interface': 0.32; 'subject: (': 0.35; 'subject:with': 0.35; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'application': 0.37; 'pm,': 0.38; 'does': 0.39; "couldn't": 0.39; 'tell': 0.60; 'here': 0.66; 'further,': 0.74; 'to:none': 0.92 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=Dz7Pju6Js585cA9q3agRjCDyILfH0EkBtpGiOPjnH34=; b=KIPZOP5d2GaRxCRPXzz0cTRjF4lumO9EQjp4qC/mfLeqz6WU9lUBl4NUWl4Y8t7umw xrZ5UJGTV/cWbbgogpIkq7vSHKV4Ywwrr0BLdSH+kt8wS4pbU/IKs1G2wVWe8c4S2C2/ oCLNqgCUJox4ghi1hQIkJi1fliLsyfTBjj8q/bZPwdWI9p9gv4vxuvaZq73/Wc/fR8G0 nB4pYboxuywpovUnYlvDXy0184SBMeUjKjoSmKLWzbHDWxYXBMIaF5rj2rbjwoTXwiBm FSxQ2ld2T/zbhp+CvgEdeXv++bPaL4jmVdTUqTuZUqiePIr4zb9ohwiYwjn37RKtRdIP FWUA== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.136.98 with SMTP id pz2mr70769vdb.70.1403438579065; Sun, 22 Jun 2014 05:02:59 -0700 (PDT) |
| In-Reply-To | <acb5b4dd-a7f9-4f04-a468-592c4b9dbd8f@googlegroups.com> |
| References | <8bd5e4fd-22d2-40d5-b13c-022c9e610abf@googlegroups.com> <mailman.11185.1403431799.18130.python-list@python.org> <acb5b4dd-a7f9-4f04-a468-592c4b9dbd8f@googlegroups.com> |
| Date | Sun, 22 Jun 2014 22:02:59 +1000 |
| Subject | Re: Event handling for COM object with win32com (pywin32) |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11186.1403438581.18130.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1403438581 news.xs4all.nl 2886 [2001:888:2000:d::a6]:56313 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:73496 |
Show key headers only | View raw
On Sun, Jun 22, 2014 at 9:55 PM, <peter.balazovic@emspin.com> wrote: > You right, this is a typo here - I am sorry for this but event handler does not work... fmstr application is freezing and event handler does not work. I need to restart python to unfreeze my application. > I can't help further, then. I'm not experienced with the COM interface in any language, so I couldn't tell you what's going on. 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