pythoncom Questions
4
I wrote this code on to observe the event of a keydown motion. The problem appears to be that when this script is run, certain programs will crash this program, spitting out this error message:
Ty...
Grefe asked 2/10, 2014 at 8:4
7
I am working to make a small keylogger with Python, by using the pyHook, pythoncom and Pywin32 modules. Here is my code:
import pyHook, pythoncom, sys, logging
file_log = 'C:\\important\\log.txt'...
6
I am attempting to create a .exe on Windows 7 from a python3 script using cx_freeze. the Script involves using pywin32 to manipulate Excel files. I can build the .exe successfully from my setup.py ...
Chancroid asked 26/7, 2013 at 21:9
2
Solved
I'm coding a little tool that displays the key presses on the screen with Tkinter, useful for screen recording.
Is there a way to get a listener for all key presses of the system globally with Tkin...
2
Solved
For starters, I would like to say if anyone can help here, you are incredible.
General Question
My Python program needs to interact with MSMQ. Basically, I want to peek at a queue, specifying a t...
2
Solved
I want to check for a particular sender email and process it automatically wherever it arrives
However, there may be some situation where my outlook was restarted, mean while i received mail from ...
2
Solved
I am using Python 3.2.2, and building a Tkinter interface to do some Active Directory updating. I am having trouble trying to handle pythoncom.com_error exceptions.
I grabbed some code from here:
...
3
Solved
pythoncom.PumpMessages()
From what I understand this line basically tells the program to wait forever. For my purposes it seems to be working. However, I'd like to be able to end the program given...
Shoffner asked 16/5, 2011 at 20:44
1
I'm surprised to see that there is not a lot of explained documentation on the function pythoncom.PumpMessages(), or for the pythoncom module.
So what does pythoncom.PumpMessages() and pythoncom.P...
Naidanaiditch asked 7/6, 2015 at 9:15
1
I'm hoping someone can help me with being able to make a marshaled cross-process call into Excel from Python.
I have an Excel session initiated via Python that I know will be up and running when i...
Epigrammatize asked 4/4, 2014 at 13:3
2
Solved
I have a program that captures all key presses using pyHook, then runs a few functions.
I notice that after a while (of random duration), the program was stop receiving key triggers, even though I ...
1
Solved
Is it possible to get the table from excel file and paste it to the word document saving its excel style? I didn't find adequate documentation about win32com and all its methods.
I've found a meth...
1
© 2022 - 2024 — McMap. All rights reserved.