hidding the "console" window + system global shortcut keys

Nick Coghlan ncoghlan at iinet.net.au
Fri Dec 24 04:30:04 EST 2004


Consider looking into Cygwin or MSYS if you want Windows access to *nix tools.

To hide the console window, use a .pyw extension on your Python scripts and/or 
run them with pythonw instead of python.

For the last, Mark Hammond's win32 extensions will probably be needed, but other 
than that, I have no idea :)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at email.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://boredomandlaziness.skystorm.net



More information about the Python-list mailing list