Re: [python-win32] Calling Labview 8 via Python and COM

2006-07-05 Thread propadovic . nenad
Hello Mr. Hammond, thanks a lot for the answer. I tried the solution, and it woks fine, that is, with Python 2.4 and a recent version of win32all. I'm, however, bound to Python 2.2.1 and win32all build 146, which are an integral part of the software offering of dSpace automotive test equipment c

Re: [python-win32] Python/ASP Request data with non ascii characters

2006-07-05 Thread Emlyn Jones
On Tuesday 04 Jul 2006 04:07, you wrote: > > Hi Mark, thanks for the reply. The attribute you where > > thinking off is `Item`. > > What I'll need to work out now is which code page has been used to > > encode that Unicode string. > > I'm not sure that is relevant. If I understand correctly, the c

[python-win32] Transparent Windows - API failure

2006-07-05 Thread Metz, Bobby W, WWCS
Title: Transparent Windows - API failure All,     This is my first attempt with setting transparent backgrounds, so probably simple error.  I've had some success making Notepad transparent, but am getting no results against a Tkinter window.  Also, any workaround to using SetLayeredWindo

Re: [python-win32] Transparent Windows - API failure

2006-07-05 Thread Mark Hammond
> Also, any workaround to using SetLayeredWindowAttributes on Win2000? > I noticed in the docs it's not in win32gui to prevent issues with NT? Well - "prevent issues" actually translates to "easier" :) A better work-around would be to have the C++ code use LoadLibrary, and I'd be happy to accept