Re: [python-win32] [ANN] pythonpackages.com beta

2012-08-02 Thread iceblink
With news of new hacks appearing almost daily in the news, I have to ask: How do you guarantee that nothing is changed to the software while it is being processed in the cloud? Best regards, Patrick Asselman On 2012-08-02 04:46, Alex Clark wrote: Hi Python Windows folks, I am reaching out

Re: [python-win32] [ANN] pythonpackages.com beta

2012-08-02 Thread Alex Clark
Hi Patrick, On 8/2/12 4:23 AM, iceblink wrote: With news of new hacks appearing almost daily in the news, I have to ask: How do you guarantee that nothing is changed to the software while it is being processed in the cloud? Good question. In short: -

[python-win32] creating disk image

2012-08-02 Thread Jane Chen
Hi all, I would like to create disk image through SHCreateStreamOnFileEx,IStream::Read, and IStream::Write. However, I cannot find these API in python-win32. I am wondering how to create disk image through python. Thank you, Jane___ python-win32