I have error messages when trying to run python script. I installed fme.exe python -m pip install pywin32 before import win32com.client but encountered a lot of error messages. Please see script attached. Please help.
Thank you.
I have error messages when trying to run python script. I installed fme.exe python -m pip install pywin32 before import win32com.client but encountered a lot of error messages. Please see script attached. Please help.
Thank you.
Best answer by debbiatsafe
Hello
The pywin32
Python library requires some additional configuration after installation. Please try following the steps as noted in this Community post:
Note that you may be looking for different DLL names as the Python will have been upgraded in newer versions of FME (eg. pythoncom313.dll
, pywintypes313.dll
in FME 2025). In addition, the paths to insert using sys.path.insert()
would likely different as well.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.