Python Forum

Full Version: Python COMError: (-2147024894,: The system cannot find the file specified. ', (None,
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am using python to open a COM Object to load some stuff from factset. if i do so i get to following error:


maybe someone can help, i tryed many different ways to give a file and path...


from comtypes.client import CreateObject
fs = CreateObject("FactSet.FactSet_API.1")

tempFile = r'C:\Temp\test.xls'

fs.RunApplication('Downloading',tempFile)
Error:
COMError: -2147024894,: The system cannot find the file specified. ', (None, None, None, 0, None))