01-16-2021, 08:09 PM
This error: "[Errno 1] Operation not permitted" is a low level python error that is raised whenever a program tries to do something that the user (in this case "tactic" is not permitted to do. It is always a file systems permissions error.
Because any file operation can cause this error, we can't tell where it is coming from just by this error message. We would need the stack trace on the server. You can get this either by running TACTIC in dev mode (using startup_dev.py) or looking in the exception log in the sthpw database.
If you post this server stack trace, we can get a better error message that the base python one.
Because any file operation can cause this error, we can't tell where it is coming from just by this error message. We would need the stack trace on the server. You can get this either by running TACTIC in dev mode (using startup_dev.py) or looking in the exception log in the sthpw database.
If you post this server stack trace, we can get a better error message that the base python one.