Thank you. Will try your suggestion and let you know. This will probably be
over the weekend.
On 18 August 2010 03:24, Mark Hammond wrote:
> On 18/08/2010 1:51 AM, kabelo wrote:
>
>> Hi
>>
>> I have written a program that uses win32ras on a windows vista machine
>> with ActiveState's python 2.6.
@©ħα® wrote:
> Workbooks.Open fails randomly throws an exception
> ...
> calling logToXLS() occasionally throws the mentioned error at
>
> xl.Workbooks.Open(filePath)
>
> File "C:\Python25\Lib\site-packages\win32com\client\dynamic.py",
>
> line 496, in
> __getattr__
>raise Attribu
On 19/08/2010 4:00 AM, Tim Roberts wrote:
@©ħα® wrote:
Workbooks.Open fails randomly throws an exception
...
calling logToXLS() occasionally throws the mentioned error at
xl.Workbooks.Open(filePath)
File "C:\Python25\Lib\site-packages\win32com\client\dynamic.py",
line 496, in
__geta
Hello,
In the last two weeks I've been trying to properly use UpdateLayeredWindow in
Python but I'm only getting errors. I want to make a quality window with per
pixel alpha graphics. I tried with win32gui & win32api and I also tried
with ctypes. I got all kinds of errors. In the end I got thi