[python-win32] Python and Microsoft Media Server

2008-10-30 Thread Aleksandr VLADIMIRSKIY
Hello, I have a request to test validity of a set of videos hosted on a Microsoft Media Server. It doesn't appear that the standard library urllib urlopen method is capable of reading mms:// urls. Is there a Python library that could help in this case? Thank you, Aleksandr Vladimirskiy Web

Re: [python-win32] Exception setting a string using COM

2008-06-02 Thread Aleksandr VLADIMIRSKIY
Aleksandr VLADIMIRSKIY wrote: I'm attempting to set a string value using a COM interface to an application. I get the following traceback. Could anyone help me understand the nature of the error or how I might begin to discover it? ... In [11]: item.Path

[python-win32] Exception setting a string using COM

2008-05-30 Thread Aleksandr VLADIMIRSKIY
Hello, I'm attempting to set a string value using a COM interface to an application. I get the following traceback. Could anyone help me understand the nature of the error or how I might begin to discover it? Thank you, Aleksandr Code and traceback: In [2]: from win32com.client import