Re: [python-win32] Running Python + pywin32 portably

2008-07-05 Thread Paul Moore
2008/7/5 Mark Hammond <[EMAIL PROTECTED]>: >> I know it's possible with Python - but does pywin32 "work" if the >> postinstall hasn't been run? Specifically, I don't care about >> embedding Python, or about creating COM servers or services, but I do >> want to be able to run "normal" Python scripts

[python-win32] killing overlay extensions

2008-07-05 Thread TK Soh
I'd like to know what's the 'proper' way to stop a pythonwin's overlay shell extension from kicking in. I've not been able find much documentation on this, particularly the return values of GetOverlayInfo() function. Based on sample that I've found, the GetOverlayInfo() function returns a tuple of

Re: [python-win32] killing overlay extensions

2008-07-05 Thread Tim Roberts
You wrote: > >... Based on sample that I've found, the >GetOverlayInfo() function returns a tuple of (icon_path, 0, >shellcon.ISIOI_ICONFILE), and it's not clear to me what the '0' is >representing. Icon files can contain multiple icons. The 0 is the ordinal of the icon that should be used -- th