[python-win32] reading from console child process

2005-03-29 Thread Chris Maloof
Hello, I'm trying to read the output from a WinXP console application using PythonWin -- that is, I start the application as a child process, and I want to be able to read the ASCII text in the application's screen. The child app uses MSDN functions WriteConsoleOutputChar() and WriteConsoleOutp

RE: [python-win32] Retrieve Icons Associated To An Extension?

2005-03-29 Thread Mark Hammond
One way is code similar to: from win32com.shell import shell, shellcon flags = shellcon.SHGFI_LARGEICON | shellcon.SHGFI_ICON | \ shellcon.SHGFI_USEFILEATTRIBUTES hr, info = shell.SHGetFileInfo(extension, win32con.FILE_ATTRIBUTE_NORMAL, f

[python-win32] Re: How to get McMillan Installer accept win32gui? Soved.

2005-03-29 Thread Pierre Rouleau
Pierre Rouleau wrote: Niki Spahiev wrote: Pierre Rouleau wrote: Hi all! I have been using the McMillan Installer for some time even though Gordon McMillan site is no longer up. I am using version 5b5. It has been working fine up until I updated a module to import win32gui. The Python scripts wor

[python-win32] Retrieve Icons Associated To An Extension?

2005-03-29 Thread andrea . gavana
Hello NG, I have searched everyweher, and I am not able to find a solution... basically, I am constructing a GUI with wxPython, in which I have a list. In this list control, I have some file. I would like to associate (to every file) its icon (on Windows). I have searched about the use of Ma

[python-win32] Re: How to get McMillan Installer accept win32gui?

2005-03-29 Thread Pierre Rouleau
Niki Spahiev wrote: Pierre Rouleau wrote: Hi all! I have been using the McMillan Installer for some time even though Gordon McMillan site is no longer up. I am using version 5b5. It has been working fine up until I updated a module to import win32gui. The Python scripts works fine but the execut