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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'completeness': 0.07; 'python': 0.09; '"can\'t': 0.09; 'received:155': 0.09; 'ahead!': 0.16; 'alot': 0.16; 'disclaimers': 0.16; 'disclaimers,': 0.16; 'from:addr:jpmorgan.com': 0.16; 'received:155.180': 0.16; 'received:159.53': 0.16; 'received:169.70': 0.16; 'received:bankone.net': 0.16; 'received:exchad.jpmchase.net': 0.16; 'received:jpmchase.com': 0.16; 'received:jpmchase.net': 0.16; 'received:svr.bankone.net': 0.16; 'securities,': 0.16; 'threading': 0.16; 'url:disclosures': 0.16; 'url:jpmorgan': 0.16; 'wrote:': 0.17; 'to:name:python-list@python.org': 0.20; 'please?': 0.22; 'sends': 0.22; 'to:2**1': 0.23; "i've": 0.23; 'received:169.254': 0.24; 'header:In-Reply-To:1': 0.25; 'sender,': 0.27; 'accuracy': 0.27; 'use?': 0.29; 'received:169': 0.29; "i'm": 0.29; 'header:Received:8': 0.30; 'code': 0.31; 'getting': 0.33; 'to:addr:python-list': 0.33; 'version': 0.34; "can't": 0.34; 'wrong': 0.34; 'thanks': 0.34; 'but': 0.36; 'charset:us-ascii': 0.36; 'being': 0.37; 'passed': 0.37; 'subject:: ': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'help': 0.40; 'you.': 0.61; 'helping': 0.63; 'information,': 0.63; 'url:email': 0.63; 'legal': 0.65; 'subject': 0.66; 'purchase': 0.67; 'records': 0.68; 'hey,': 0.72; 'sale': 0.76; 'received:169.254.8': 0.84; 'mails': 0.88; 'recorder': 0.91; 'period.': 0.95 X-DKIM: OpenDKIM Filter v2.1.3 sf2.jpmchase.com qAUJmBtk006371 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpmorgan.com; s=smtpout; t=1354304891; bh=L8ZKd9ym+5q237e3UJEqoxnsBYketNjB+jbfqqtX8IY=; h=From:To:Subject:Date:Message-ID:References:In-Reply-To: Content-Transfer-Encoding:MIME-Version:Content-Type; b=V9KLABki0h8ZAYg4wAkUgDx9IM0TpD9uYaBNz0/AP7oAKIVmhU8MsGZf5iEwXEv9C o+2hINXbzTywjQMIWNIW1NQu/UpZgdxeJ8Z2ZE3LhOXpa2LOHdUHhmBxrADSyO0qRx VXnmZGQ6fUWtxo5WjPTJkmah6H2rtwC03ZB8r0GQ= From: "Prasad, Ramit" To: Doron , "python-list@python.org" Subject: RE: pyHook and time libraries Thread-Topic: pyHook and time libraries Thread-Index: AQHNzsCw4h+aRmztkEGYacjqLEYDzZgCyGoA Date: Fri, 30 Nov 2012 19:47:57 +0000 References: <9cc06bdd-8254-4f6b-9ce3-0a43b229ca14@googlegroups.com> In-Reply-To: <9cc06bdd-8254-4f6b-9ce3-0a43b229ca14@googlegroups.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.67.79.47] Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-DLP-FWD: Yes Content-Type: text/plain; charset="us-ascii" 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1354304894 news.xs4all.nl 6886 [2001:888:2000:d::a6]:49670 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34105 Doron wrote:=0D=0A> =0D=0A> Hey, I'm tring to create a software that record= s the keyboard/mouse and sends email of the log every=0D=0A> predetermined = period=2E=0D=0A> =0D=0A> I've manage to make the recorder and the auto-emai= l sender, but I still can't make both of them work=0D=0A> simultaneously=2E= =0D=0A> =0D=0A> Can someone help me with this please?=0D=0A> I thought abou= t threading but again=2E=2E=2E It just sends blank mails without the logs= =2E=0D=0A> =0D=0A> Thanks alot ahead!=0D=0A=0D=0AI am not sure how to even = begin helping you=2E I do not even know=0D=0Awhat is wrong other than "can'= t make both of them work simultaneously"=2E=0D=0AWhat version of Python and= OS? Are you using any 3rd party modules?=0D=0AWhat is the code you use? Wh= at happens and what do you expect? How=0D=0Aare you getting the logs for em= ail? Are they being passed in or are=0D=0Ayou using a log file?=0D=0A=0D=0A= =0D=0A~Ramit=0D=0A=0D=0A=0D=0A=0D=0AThis email is confidential and subject = to important disclaimers and=0D=0Aconditions including on offers for the pu= rchase or sale of=0D=0Asecurities, accuracy and completeness of information= , viruses,=0D=0Aconfidentiality, legal privilege, and legal entity disclaim= ers,=0D=0Aavailable at http://www=2Ejpmorgan=2Ecom/pages/disclosures/email= =2E