I would like to open a Writer document from a Python script that I can close reliably. Subprocess.call() opens the document fine, but I cannot close it. The basic idea is to pop open a window with a file generated from a template. When the user regenerates the file, Python closes the window and opens the new file. Is this possible?
Thanks Reuben