How to quit a Windows GUI program gracefully with Python under Cygwin?

Jason Tishler jason at tishler.net
Fri Aug 12 09:03:08 EDT 2005


On Fri, Aug 12, 2005 at 03:07:02AM -0700, KB wrote:
> After I confirmed 'Alt-F4' would terminate and close a win32
> application running independently,
> I installed 'SendKeys' module and tested with the following code under
> both Cygwin and Python Windows

If you installed the SendKeys binary, then it will not work with Cygwin
Python since it is a Windows Python shared extension module.  It may be
possible to port SendKeys to Cygwin.  Unfortunately, this may not solve
your problem... :,(

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6



More information about the Python-list mailing list