Tagged Questions

2
votes
1answer
92 views

How do you debug win32 com integration from Python?

I'm trying to call the text to speech API from Python using win32com.client. The Python interpreter is bundled with Splunk and I'm able to invoke it manually using "splunk cmd python". Here's a ...
0
votes
0answers
43 views

Loading in add-ins when opening excel from win32com

When trying to open up an excel file using python win32com, the excel instance does not load in any add-in. I looked at How do I run excel using all the default add-ins from Python win32com but it ...
0
votes
2answers
156 views

Python win32com - Read text in a text box to a cell?

I would like to read the text from a text box in an Excel File and save that value to a variable. The problem I am having is with the reading of the TextBox. I have tried several methods, this one ...
0
votes
1answer
195 views

Not getting all InfoMessage Events with Python and win32com

I am currently trying to get the percentage complete messages that are returned by the InfoMessage event from ADO (and a SQL server) when running the BACKUP command. (See my previous question for more ...
0
votes
0answers
90 views

How to add Content Menu item when no file object is selection in file explorer

I have done some basic code when i am trying to extent the shell content menu under windows file explorer by python and pywin32. Now via IShellExtInit and IContextMenu, i can get the opportunity to ...
0
votes
0answers
78 views

Timeout/exception when accesing iTunes COM interface on Windows as admin

I'm trying to write an iTunes script for Samurize (the bundled media DLL doesn't grab album art), and running into all sorts of errors. I tried (Active)Python first and then JScript, and the error is ...
0
votes
1answer
261 views

Updating MS Word (or Open Office) bookmarks with Python

I'd like to fill MSWord bookmarks from a python script. I can't find such functions in win32com(MSWord) or in PyUno(OpenOffice). Does anyone know how to use bookmarks from Python?