Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'url:pypi': 0.03; 'broken': 0.03; 'url:bitbucket': 0.05; 'subject:skip:m 10': 0.09; 'windows,': 0.09; 'subject:python': 0.11; 'suggest': 0.11; 'subject:mailman': 0.13; 'subject:unavailable': 0.16; 'unavailable.': 0.16; 'wrote:': 0.17; 'all,': 0.21; 'least': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'looks': 0.26; 'am,': 0.27; 'subject:/': 0.28; 'subject:list': 0.28; 'run': 0.28; 'url:mailman': 0.29; "we're": 0.30; 'url:python': 0.32; 'could': 0.32; 'url:listinfo': 0.32; 'message.': 0.33; 'to:addr:python-list': 0.33; 'wrong': 0.34; 'list': 0.35; 'needed': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:http': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'gives': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'where': 0.40; 'received:192.168': 0.40; 'subject:-': 0.40; 'url:mail': 0.40; 'your': 0.60; 'link': 0.60; 'more': 0.63; 'charset:windows-1252': 0.65; 'received:74.208': 0.71; 'try.': 0.91 Date: Wed, 20 Mar 2013 06:10:33 -0400 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130221 Thunderbird/17.0.3 MIME-Version: 1.0 To: python-list@python.org Subject: Re: link is unavailable http://mail.python.org/mailman/listinfo/python-list References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V02:K0:kDgtDQppWdn8alGa+nf5FZgIjQKi8MfNssijNLngcPe /MLIyZhkIlCEi4DZU+MBBoMuvs3+1l1uIbe4Qq9mHm+OR5m2ii iV4aAfv/ffVdPI0F4NhBqJ/eifO7djJCZZ/lErkJAjc2H57jWz 6G4B1L4KiORuyCsMrrrkHaUgV59Z/ZzHhAHB+JkirBY6JGR3Wu YxWEz3HBgTAOwfJSIqco7ZXlSsGaK0FM4H1K0sP761IQTX7/NK Thidulx3RzSa3txtHXwLbydvLzRY+cz5Y3B5d4k+1xH7FMxjrQ JfeuJMzdnjZrJkH2r4SIepIzGCBOg3FK1/jP/cUgE+3FqzQVA= = 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: 31 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363774246 news.xs4all.nl 6929 [2001:888:2000:d::a6]:53916 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41581 On 03/20/2013 05:40 AM, Bhavitha Nagaraju wrote: > Hi all, > > > > The link for sendkeys, which is a pre-requiste for winGuipython is > unavailable. http://mail.python.org/mailman/listinfo/python-list. Could you > suggest , where I could get the sendKeys for now… > > > Looks like you pasted the wrong link into your message. That one is for the mailing list we're using here. For sendkeys, you could use: http://pypi.python.org/pypi/SendKeys http://www.rutherfurd.net/python/sendkeys/ broken-link https://bitbucket.org/orutherfurd/sendkeys not broken https://bitbucket.org/markm/sendkeysctypes re-implemented without any C compiling needed I don't run Windows, so I couldn't actually check any of these out, but at least this gives you some more links to try. -- DaveA