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

2008-06-02 Thread Aleksandr VLADIMIRSKIY
bute appears to just be a unicode string. Aleksandr -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Roberts Sent: Friday, May 30, 2008 5:31 PM To: Python-Win32 List Subject: Re: [python-win32] Exception setting a string using COM Aleksandr VLADIMIRSKIY wr

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

2008-06-02 Thread shurik
I was able to resolve this. The file application was interacting with resided on a network share. Once I copied it to a local volume I was able to manipulate the string without a problem. Thanks, Aleksandr Tim Roberts wrote: > > Aleksandr VLADIMIRSKIY wrote: >> I'm attempting to set a string

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

2008-05-30 Thread Tim Roberts
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 Dispat