Cyrill - 2016-08-04

I found the solution:
The problem was the bindings of the constants.
I just used win32com.client.Dispatch("Word.Application"). But the constants were not available at that moment.
Using win32com.client.gencache.EnsureDispatch("Word.Application") the constants were loaded and the whole replace worked again.
*ticket closed*

 

Last edit: Cyrill 2016-08-04