Re: [python-win32] creating disk image

2012-08-03 Thread Tim Roberts
Jane Chen wrote: > > 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. What are you actually trying to do? Unless you are working with

Re: [python-win32] creating disk image

2012-08-03 Thread Tim Roberts
Tim Roberts wrote: > Jane Chen wrote: >> 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. > What are you actually trying to do? I se