win32com
Why is the information for pywintypes.com_error unreadable?
Under Python 2.7.2 with pywin32-216.win32-py2.7 installed, when I use win32com module to process Excel on windows as follows:[详细]
2023-04-08 19:14 分类:问答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\".[详细]
2023-04-08 03:54 分类:问答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 sho[详细]
2023-03-30 01:47 分类:问答Windows System Menu in Python
I am trying to create a new item in the Windows System Menu for my app and have an action performed when it is click.[详细]
2023-03-22 18:35 分类:问答what is the difference between ldap_search_ext_s() and ldap_search_init_page()?
Which should be used in which scenarios? Does ldap_search_init_page() also support to search with DirSync?[详细]
2023-03-22 01:40 分类:问答Calling Excel macros/Excel Solver from Python over com
I have a macro inside a 2007 xlsm file that, when called, creates a solver configuration (target, constraints, ...) and performs the solve without any user interaction. When run manually from Excel, t[详细]
2023-03-21 06:04 分类:问答Error "The object invoked has disconnected from its clients" - automate IE 8 with python and win32com
I would like to automate Internet Explorer 8 (using python 2.7 on Windows 7) machine. Here is my code after a post found on SO:[详细]
2023-03-19 20:13 分类:问答Python: How to search all file types for a text string
I\'m trying to write a program which will be able to search all files (both the file names and their contents) in a user-specified directory for a particular string, and then move these files to a new[详细]
2023-03-19 05:11 分类:问答Does Internet Explorer offer a function to BHOs for downloading files over HTTP?
A Browser Helper Plugin I\'m writing at the moment (C++) needs a list of domains for its work. This list must be updated weekly and is available a开发者_C百科s textfile over HTTP.[详细]
2023-03-18 16:33 分类:问答Error in number of bindings supplied and values supplied
I am trying to convert an excel sheet into an sqlite3 db using win32com module in python. My excel sheet has 6 columns and so my a part of my python code is:[详细]
2023-03-14 07:07 分类:问答