Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
11k views

How to start IDLE (Python editor) without using the shortcut on Windows Vista?

I'm trying to teach Komodo to fire up IDLE when I hit the right keystrokes. I can use the exact path of the shortcut in start menu in the Windows Explorer location bar to launch IDLE so I was hoping ...
3
votes
2answers
303 views

Make a window transparent using Win32?

Using Python Win32 extensions, how do you make an arbitrary window on Windows XP transparent?
1
vote
0answers
57 views

Using COM automation server and PyQt

I want to create an application in PYTHON with graphical interface (using pyqt), with a COM automation server. So that COM clients could call this app using COM, and this would result in events in ...
1
vote
2answers
270 views

Why can't I find any pywin32 documentation/resources

Maybe I am going crazy. I have been googling for a while now and cannot find pywin32 documentation or even a little synopsis of what the module is (I am aware its for win32 api stuff). Is there any ...
1
vote
1answer
133 views

How to check a file saving is complete using Python?

I am trying to automate a downloading process. In this I want to know, whether a particular file's save is completed or not. The scenario is like this. Open a site address using either Chrome or ...