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
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
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 = ""
--
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