Re: hidding the "console" window + system global shortcut keys

2005-01-04 Thread Richie Hindle
[Gabriel] > 2. Set global key biddings. You can do this using ctypes: http://groups.google.co.uk/groups?selm=mailman.929.1069345408.702.python-list%40python.org -- Richie Hindle [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: hidding the "console" window + system global shortcut keys

2004-12-24 Thread Nick Coghlan
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 hav

hidding the "console" window + system global shortcut keys

2004-12-23 Thread Gabriel Cosentino de Barros
Title: hidding the "console" window + system global shortcut keys Hi, it's a broad topic because they all poped in my head at the same time while writting the alpha version of a desktop-helper app. The app must be the less obstrusive possible. some history: It's mainly