Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #34105

RE: pyHook and time libraries

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 <ramit.prasad@jpmorgan.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; '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" <ramit.prasad@jpmorgan.com>
To Doron <dorimeshi@gmail.com>, "python-list@python.org" <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 <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.391.1354304894.29569.python-list@python.org> (permalink)
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

Show key headers only | View raw


Doron wrote:
> 
> Hey, I'm tring to create a software that records the keyboard/mouse and sends email of the log every
> predetermined period.
> 
> I've manage to make the recorder and the auto-email sender, but I still can't make both of them work
> simultaneously.
> 
> Can someone help me with this please?
> I thought about threading but again... It just sends blank mails without the logs.
> 
> Thanks alot ahead!

I am not sure how to even begin helping you. I do not even know
what is wrong other than "can't make both of them work simultaneously".
What version of Python and OS? Are you using any 3rd party modules?
What is the code you use? What happens and what do you expect? How
are you getting the logs for email? Are they being passed in or are
you using a log file?


~Ramit



This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.  

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

pyHook and time libraries Doron <dorimeshi@gmail.com> - 2012-11-29 22:03 -0800
  RE: pyHook and time libraries "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-11-30 19:47 +0000
    Re: pyHook and time libraries doronmmm@gmail.com - 2012-12-01 05:38 -0800
      Re: pyHook and time libraries Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-12-01 14:26 -0500
    Re: pyHook and time libraries doronmmm@gmail.com - 2012-12-01 05:38 -0800

csiph-web