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: 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: References: <8bd5e4fd-22d2-40d5-b13c-022c9e610abf@googlegroups.com> Date: Sun, 22 Jun 2014 22:02:59 +1000 Subject: Re: Event handling for COM object with win32com (pywin32) From: Chris Angelico Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Sun, Jun 22, 2014 at 9:55 PM, 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