[Python-Dev] The os module, unix and win32
Barry Scott
barry at barrys-emacs.org
Fri Jan 9 14:42:38 EST 2004
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
More information about the Python-Dev
mailing list