Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #87820
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <torriem+gmail@torriefamily.org> |
| 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; 'python,': 0.02; 'subject:Windows': 0.02; 'automate': 0.07; 'welcome.': 0.07; 'scripting': 0.09; 'windows': 0.15; 'at,': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'linux-based': 0.16; 'apps': 0.16; 'language': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'install': 0.23; 'header:User-Agent:1': 0.23; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'up.': 0.33; 'maybe': 0.34; 'but': 0.35; 'there': 0.35; 'subject:?': 0.36; 'should': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'anything': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'called': 0.40; 'tell': 0.60; 'mentioned': 0.61; 'first': 0.61; 'charset:windows-1252': 0.65; 'experiment': 0.84; 'pxe': 0.84; 'edwards': 0.91; 'many,': 0.93 |
| X-Virus-Scanned | amavisd-new at torriefamily.org |
| Date | Sun, 22 Mar 2015 21:43:24 -0600 |
| From | Michael Torrie <torriem@gmail.com> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: Automation of Windows app? |
| References | <mehmu0$6jn$1@reader1.panix.com> <mehnr3$ra$1@reader1.panix.com> |
| In-Reply-To | <mehnr3$ra$1@reader1.panix.com> |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | 7bit |
| 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.56.1427082215.10327.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1427082215 news.xs4all.nl 2968 [2001:888:2000:d::a6]:51195 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:87820 |
Show key headers only | View raw
On 03/20/2015 12:10 PM, Grant Edwards wrote: > On 2015-03-20, Grant Edwards <invalid@invalid.invalid> wrote: > >> I need to automate operation of a Windows application. > > I should have mentioned that I've found and am going to experiment > a bit with pywinauto-0.4.0, but if there is anything else I should > look at, suggestions would be welcome. As near as I can tell the standard go-to utility for this is a program called AutoIt. https://www.autoitscript.com/site/autoit/ Nothing to do with Python, and its scripting language is maybe not that appealing to many, but it does the job, and does it pretty well. I first used it when working with a Linux-based PXE boot solution that would automatically install Windows via a network boot, and install a custom set of apps we set up. Was super slick.
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