Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'received:internal': 0.09; 'subject:Help': 0.10; 'advance': 0.10; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:mail.srv.osa': 0.16; 'received:messagingengine.com': 0.16; 'received:nyi.mail.srv.osa': 0.16; 'received:osa': 0.16; 'received:srv.osa': 0.16; 'wrote:': 0.17; 'cheers': 0.24; 'header:In-Reply-To:1': 0.25; 'subject:please': 0.27; 'far.': 0.29; 'probably': 0.29; 'anybody': 0.32; 'to:addr:python-list': 0.33; 'generic': 0.35; 'pm,': 0.35; 'subject:with': 0.36; 'subject:: ': 0.38; 'some': 0.38; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'help': 0.40; 'share': 0.61; 'header :Message-Id:1': 0.62; 'more': 0.63; 'hand': 0.82 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=IpaAcC9FSsnnKUJiwV6YsQfqGAw=; b=q3C M+t4RPUf9fX23Tey6+UtCHpChwTBpMk5tzRoiSga3100pCoiQZ5+A5FM2h1QfpkM yoXuXrWachUkUg+gRdldVxwlPNEK+cnBRYSbJbH329UvAB7mH9v9RG4jX89AcnEC omeHRLRjpbvrt54VLzv/msdNPHgK4q1TYsGI36YQ= X-Sasl-Enc: IV7qxW8VLwI8xzaPweQv2tGXUggPWAyXUuQU/UJSqnLT 1363551562 From: "marduk@python.net" To: python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-911fcbf3 In-Reply-To: References: Subject: Re: Help me with Event handlers please Date: Sun, 17 Mar 2013 16:19:22 -0400 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363551571 news.xs4all.nl 6901 [2001:888:2000:d::a6]:43079 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41369 On Sun, Mar 17, 2013, at 03:30 PM, Dreamer wrote: > Hi can anybody share some expertise on event handlers...i need to use em > to update user activity in my web app....thanks in advance > Cheers You're proably going to need to be more specific about what help you need. Just a generic "give me a hand with X" is probably not going to get you very far. -a