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


Groups > comp.lang.python > #72627

Re: Lock Windows Screen GUI using python

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed2a.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.017
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'subject:Windows': 0.02; 'subject:using': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'patil': 0.16; 'subject:GUI': 0.16; 'subject:python': 0.16; 'files.': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'input': 0.22; 'cc:addr:python.org': 0.22; 'instead.': 0.24; 'file.': 0.24; 'cc:2**0': 0.24; 'posts': 0.26; 'excel': 0.26; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'disabled': 0.31; 'file': 0.32; 'another': 0.32; 'url:python': 0.33; 'actual': 0.34; 'received:google.com': 0.35; 'google': 0.35; 'interaction': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'list': 0.37; 'window': 0.38; 'files': 0.38; 'pm,': 0.38; 'little': 0.38; 'mailing': 0.39; 'either': 0.39; 'url:mail': 0.40; 'consists': 0.60; 'full': 0.61; 'between': 0.67; 'sharing': 0.69; '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:content-transfer-encoding; bh=Z3xgHuNcyF/cbLARWc0+BiY/gZC1eRWGMqPdbO3twv4=; b=LwCEyjgZMplQBv/jupx3Ko3ulrIu+fe/f0yYjY9WtednKxw18GoRWZn5aGMm7z0TrB kyGEcw1Uz9jI5ojuAzggEUP6yhW4jr1XnZbSyT6qoCqfpExKhpyHX2VOn/b08/i5B2Vf Ooq6KY0UB6bdSoiqg34K3/k2WeRVblhugSqHXBSDVl8dL7AXMlF0Cuy8XL9jvjLmW/G2 O8KSLbLSUcgag/FbbeiwRz+fyWQEA2aLCrcFnA1AdwnlZUWMCo8flK4pKltuHNamJUZZ RsY6TyytG6vDQ30XyLGPWkrIAqYopZJ3b58Y/qOpvMtASagT4sV8h9QDKJyYPB9P4Ai+ br1w==
MIME-Version 1.0
X-Received by 10.52.117.41 with SMTP id kb9mr390582vdb.97.1401880913600; Wed, 04 Jun 2014 04:21:53 -0700 (PDT)
In-Reply-To <fee30f59-a010-4a05-b42f-2bfb60c51712@googlegroups.com>
References <0d04724b-d800-407f-9614-1a86c4a58769@googlegroups.com> <mailman.10590.1401772221.18130.python-list@python.org> <a0ff3687-7d33-4748-8666-359a694cacd4@googlegroups.com> <mailman.10599.1401779421.18130.python-list@python.org> <bf3b983f-81bd-420d-9296-962591608717@googlegroups.com> <mailman.10630.1401809255.18130.python-list@python.org> <fee30f59-a010-4a05-b42f-2bfb60c51712@googlegroups.com>
Date Wed, 4 Jun 2014 21:21:53 +1000
Subject Re: Lock Windows Screen GUI using python
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
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.10698.1401880915.18130.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1401880915 news.xs4all.nl 2903 [2001:888:2000:d::a6]:46190
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:72627

Show key headers only | View raw


On Wed, Jun 4, 2014 at 1:55 PM, Jaydeep Patil <patil.jay2009@gmail.com> wrote:
> For plotting one graph, I need to use four to five excel files. Currently I am reading excel files one by one and copy data of excel files to another single master excel file. This master excel file consists of all data from all input excel files. So this is the reason i am using system clipboard.
>

Strong recommendation: Either avoid using actual Excel and the system
clipboard (and work with files on the disk), or get a dedicated VM
that you can take full control of without interfering with the human
on the workstation. With clipboard sharing disabled and the window
minimized, there'll be very little interaction between the VM and the
host.

Additional strong recommendation: Get off Google Groups, sign up for
the mailing list https://mail.python.org/mailman/listinfo/python-list
instead. Your posts are coming through mis-wrapped and double-spaced.

ChrisA

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


Thread

Lock Windows Screen GUI using python Jaydeep Patil <patil.jay2009@gmail.com> - 2014-06-02 21:28 -0700
  Re: Lock Windows Screen GUI using python Ian Kelly <ian.g.kelly@gmail.com> - 2014-06-02 23:09 -0600
    Re: Lock Windows Screen GUI using python Jaydeep Patil <patil.jay2009@gmail.com> - 2014-06-02 23:40 -0700
      Re: Lock Windows Screen GUI using python Ian Kelly <ian.g.kelly@gmail.com> - 2014-06-03 01:09 -0600
        Re: Lock Windows Screen GUI using python Jaydeep Patil <patil.jay2009@gmail.com> - 2014-06-03 00:53 -0700
          Re: Lock Windows Screen GUI using python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-03 09:05 +0100
          Re: Lock Windows Screen GUI using python Chris Angelico <rosuav@gmail.com> - 2014-06-03 19:11 +1000
          Re: Lock Windows Screen GUI using python Ian Kelly <ian.g.kelly@gmail.com> - 2014-06-03 09:27 -0600
            Re: Lock Windows Screen GUI using python Jaydeep Patil <patil.jay2009@gmail.com> - 2014-06-03 20:55 -0700
              Re: Lock Windows Screen GUI using python Ian Kelly <ian.g.kelly@gmail.com> - 2014-06-03 22:58 -0600
                Re: Lock Windows Screen GUI using python Jaydeep Patil <patil.jay2009@gmail.com> - 2014-06-03 22:44 -0700
                Re: Lock Windows Screen GUI using python Ian Kelly <ian.g.kelly@gmail.com> - 2014-06-04 00:02 -0600
              Re: Lock Windows Screen GUI using python Chris Angelico <rosuav@gmail.com> - 2014-06-04 21:21 +1000
              Re: Lock Windows Screen GUI using python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-06-04 22:04 -0400

csiph-web