I ran a GUI correctly running script in a headless mode on a high performance cluster (CentOS) using: photoscan.sh -platform offscreen -r <scriptName.py>, I got read-only problem and saving problem. The error messages are as follows:
"OSError: saving is disabled"
"OSError: Document.save(): editing is disabled in read-only mode"
Is there anyway change the read property of the document in a commanline? Thanks.