Skip to content Skip to sidebar Skip to footer
Showing posts with the label Win32com

Using Python To Find And Replace Footnotes In Word

I am trying to use Python to hyperlink text in MS Word documents. I am currently using the win32co… Read more Using Python To Find And Replace Footnotes In Word

Python To Close A Workbook Using Win32com

I'm using python 2.7.11 on a windows 10 machine where I'm updating a file using VBA contain… Read more Python To Close A Workbook Using Win32com

Memory Leak In Threaded Com Object With Python

I am creating a COM client within a thread and performing several operations with this client. Each… Read more Memory Leak In Threaded Com Object With Python

Register A 32-bit Com Class For Use In 64-bit Python Without Administrator Rights

I'm making a Python script that uses SAP's GUI scripting API through win32com. The first us… Read more Register A 32-bit Com Class For Use In 64-bit Python Without Administrator Rights

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 co… Read more Error "the Object Invoked Has Disconnected From Its Clients" - Automate Ie 8 With Python And Win32com

Python Win32com Pivotcache.createpivotchart() Error: 'exception Occurred'

There is one other question from Sep 2017 that addresses this same problem but does not have an ans… Read more Python Win32com Pivotcache.createpivotchart() Error: 'exception Occurred'

Ensuredispatch Error When Using Cx_freeze For Making Exe

I am working with Python 3.4 on Windows 7. My setup file is as follows: from cx_Freeze import setup… Read more Ensuredispatch Error When Using Cx_freeze For Making Exe

Converting .xlsx To .xls In Python With Win32com.client Module

I am trying to find a way to convert many files from .xlsx to .xls and have been trying Python with… Read more Converting .xlsx To .xls In Python With Win32com.client Module

Typeerror: 'str' Object Is Not Callable With Win32com Interfacing With Attachmate

I'm using Python to try to automate Attachmate - EXTRA!, similar to how most do in VBA. I'm… Read more Typeerror: 'str' Object Is Not Callable With Win32com Interfacing With Attachmate

Read Pst Files From Win32 Or Pypff

I want to read PST files using Python. I've found 2 libraries win32 and pypff Using win32 we ca… Read more Read Pst Files From Win32 Or Pypff

When Getting Document Object From Word.application Object, Its Members Are Not Filled From Gencache Cache While Vbsedit Is Able To Get Them

https://mail.python.org/pipermail/python-win32/2004-October/002582.html summarizes my problem perfe… Read more When Getting Document Object From Word.application Object, Its Members Are Not Filled From Gencache Cache While Vbsedit Is Able To Get Them

Python Thread: The Application Called An Interface That Was Marshalled For A Different Thread

The following code works without errors: self.sim.create_pnl_results(gui_values, dfs) This code g… Read more Python Thread: The Application Called An Interface That Was Marshalled For A Different Thread

How To Pass Arguments To Win32com Event Handler

The code below works fine. I can't find a way to pass some arguments to EventHandler or to call… Read more How To Pass Arguments To Win32com Event Handler

Python: Refresh PivotTables In Worksheet

I'm building a python script that will allow me to open a Excel 2010 worksheet and print it out… Read more Python: Refresh PivotTables In Worksheet