I have now succeeded in opening a Word 97-2003 (.doc) document and edited it from Python. But how do I save it?
I always get:
Traceback (most recent call last):
File "office.py", line 55, in <module>
model.storeToUrl('file:///c:/temp/out.doc', ())
AttributeError: storeToUrl
What should the attributes be?
And how do I then close the document?