Re: [python-win32] win32ras and py2exe

2010-08-18 Thread pard
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.

Re: [python-win32] win32com client Workbooks.Open throws exeption

2010-08-18 Thread Tim Roberts
@©ħα® 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

Re: [python-win32] win32com client Workbooks.Open throws exeption

2010-08-18 Thread John Machin
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

[python-win32] win32gui and PyHANDLE

2010-08-18 Thread Alexandru Ionescu
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