I am trying to install the win32com module. I know I should download the Python for Windows extension, but it does not work. After I have installed Python for Windows and try import win32com.clien...
Hello! Thank you so much for the post on community about pywin32. This behavior is known interaction with pywin32 and our scheduler and even Server/Gallery. It boils down to how those products run workflows vs when they are ran in Designer itself. Opening a third party software like excel while running in scheduler is not fully supported, there are have some customers that have gotten it to ...
I understand I need to install pywin32 before I can install win32com, so I downloaded the file pywin32-308-cp311-cp311-win_arm64.whl, navigated to my python scripts directory in a command prompt window with administrator privileges, and ran pip install on it
Team, I am developing a workflow, and as a final step, the data needs to be exported to Excel and then converted to PDF. While this code below functions smoothly on my system, my stakeholders have reported a "Com Error" when the code opens the Excel file to save it as a PDF. I am unable to recreat...
Colleagues I am trying run a Python query in Alteryx, and seem to be having a problem getting it to work. Not sure what I am doing wrong. I changed my settings to Administrator, installed a package, and multiple other changes. Still cannot seem to get it to work without erroring. All I am tryin...
import win32com.client Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'win32com' When I gone through online, I found a similar issue. But the solutions given didn't help me. Could anyone help me on this?
Bom dia, feras !! Podem me ajudar com esse código no botão Python do Alteryx ? Já escrevi de várias maneiras o trecho onde declaro o range automático que quero, mas sempre dá o erro abaixo <class 'NameError'> Trecho que inclui pra trazer range de data automaticamente... a = Date d = Format(a, "...
Hi Alteryx, I'm suddenly running into CLSIDtopackagemap when trying to run pywin32 related package (like xlwings or win32com.client). The issue appeared on both Alteryx and Anaconda3 IDE (spyder) I'm using. Previously pywin32 was functioning just fine. import xlwings ExcelApp = xlwings.App Attri...
Hi, I have a Python program that uses Win32com.Client to extract emails from Outlook and then save attachments from the email. This works perfectly well from my Alteryx designer when I use the Python module and enter my code. However when I save this to my company's Alteryx server and try to execu...