[Python-Dev] The os module, unix and win32 (original) (raw)
Barry Scott barry at barrys-emacs.org
Fri Jan 9 14:42:38 EST 2004
- Previous message: [Python-Dev] Re: The os module, unix and win32
- Next message: [Python-Dev] The os module, unix and win32
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
For pythonw execution you will need AllocConsole and SetStdHandle to allow CMD.EXE to be run.
At 08-01-2004 22:31, Peter Astrand wrote:
I'm not sure since I haven't implemented much yet, but we'll need at least:
win32.CreatePipe win32api.DuplicateHandle win32api.GetCurrentProcess win32process.CreateProcess win32process.STARTUPINFO win32gui.EnumThreadWindows win32event.WaitForSingleObject win32process.TerminateProcess
- Previous message: [Python-Dev] Re: The os module, unix and win32
- Next message: [Python-Dev] The os module, unix and win32
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]