[python-win32] how to generate an IPersistStream object?

2007-01-29 Thread Leo Jay
i need to pass an IPersistStream object to a COM function, and i find a type named PyIPersistStream in the manual of pywin32. but i don't know how to generate a PyIPersistStream object and pass it to the function. anyone could help me? thanks in advance. -- Best Regards, Le

Re: [python-win32] how to generate an IPersistStream object?

2007-01-29 Thread Leo Jay
th pywin32 before i post this thread. as to ./win32com/test/testStreams.py, it implements IStream and IPersist interfaces by itself (and the implementation is incomplete). i don't think that's a good way to implement all of the interfaces that i need, do you? thanks. -- Best Regards,