Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #87794
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <malaclypse2@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.014 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'subject:Windows': 0.02; 'widely': 0.05; 'apps,': 0.07; 'automate': 0.07; 'python': 0.11; 'gui': 0.12; 'windows': 0.15; 'jython,': 0.16; 'all.': 0.16; 'url:)': 0.16; 'wrote:': 0.18; "i've": 0.25; 'header:In-Reply- To:1': 0.27; 'related': 0.29; 'message-id:@mail.gmail.com': 0.30; 'worked': 0.33; 'framework': 0.33; 'fri,': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'similar': 0.36; 'url:org': 0.36; 'needed': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'great': 0.65; 'mar': 0.68; '20,': 0.68; 'past.': 0.68; '2015': 0.84; 'edwards': 0.91 |
| 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:to :content-type; bh=LTFyh0EtTfs3sXg7zKlAARy0rLLuV86CrxDBKoTB1C8=; b=JOP7MUtVLY6rNTIs5D8Z+waca+9JZT2/iPIvGF2SW/q5LtJOXByF4vPdkTyffUxPIS v6Ltd5hNbOHNBWxvDurC9KHZNZ5e9YdxMYYGap/5eBlcb1bvr461ToCES9Fyw30UmszX +x9tM5Lc8xY9zDQEOH72yuB+Z0Yvy8m0A1/PaEuzhXae0OIqISSt6kaI/5uXurIOctMd Y8D0sLiKmtehEHCIYvfbpx+gJpBNpG3weCcNExHApz4v2Qh/d06bYWOc2bS1yOuzuWFq 0sjmgc+ZC8dVURja0S12ekGbY4JtlCTcq/wCcFV6NiG/IpUMwUVRoZPm5vk66LtQrx3X 7UJw== |
| MIME-Version | 1.0 |
| X-Received | by 10.66.184.106 with SMTP id et10mr195482801pac.138.1426879641315; Fri, 20 Mar 2015 12:27:21 -0700 (PDT) |
| In-Reply-To | <mehnr3$ra$1@reader1.panix.com> |
| References | <mehmu0$6jn$1@reader1.panix.com> <mehnr3$ra$1@reader1.panix.com> |
| Date | Fri, 20 Mar 2015 15:27:21 -0400 |
| Subject | Re: Automation of Windows app? |
| From | Jerry Hill <malaclypse2@gmail.com> |
| To | "python-list (General)" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.19 |
| 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.46.1426879649.10327.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1426879649 news.xs4all.nl 2962 [2001:888:2000:d::a6]:51206 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:87794 |
Show key headers only | View raw
On Fri, Mar 20, 2015 at 2:10 PM, Grant Edwards <invalid@invalid.invalid> wrote: > I need to automate operation of a Windows application. I've used Sikuli (http://www.sikuli.org/) for similar things in the past. It's an automation framework built on Jython, and it worked great for what I needed at the time. I think AutoHotKey is also widely used for automating windows GUI apps, but it's not related to python at all. -- Jerry
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Automation of Windows app? Grant Edwards <invalid@invalid.invalid> - 2015-03-20 17:55 +0000
Re: Automation of Windows app? Grant Edwards <invalid@invalid.invalid> - 2015-03-20 18:10 +0000
Re: Automation of Windows app? Jerry Hill <malaclypse2@gmail.com> - 2015-03-20 15:27 -0400
Re: Automation of Windows app? Grant Edwards <invalid@invalid.invalid> - 2015-03-20 19:58 +0000
Re: Automation of Windows app? Michael Torrie <torriem@gmail.com> - 2015-03-22 21:43 -0600
Re: Automation of Windows app? alex23 <wuwei23@gmail.com> - 2015-04-01 11:14 +1000
Re: Automation of Windows app? ryguy7272 <ryanshuell@gmail.com> - 2015-08-30 07:25 -0700
Re: Automation of Windows app? Laura Creighton <lac@openend.se> - 2015-08-30 17:08 +0200
Re: Automation of Windows app? Grant Edwards <invalid@invalid.invalid> - 2015-08-30 16:18 +0000
Re: Automation of Windows app? "Jacob Kruger" <jacob@blindza.co.za> - 2015-03-23 08:03 +0200
Re: Automation of Windows app? Emile van Sebille <emile@fenx.com> - 2015-03-22 10:41 -0700
Re: Automation of Windows app? vern.muhr@gmail.com - 2015-03-22 16:54 -0700
Re: Automation of Windows app? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-23 01:01 +0000
Re: Automation of Windows app? Rustom Mody <rustompmody@gmail.com> - 2015-03-22 22:31 -0700
csiph-web