I have been experiencing a problem in my development environment for some time now.
When the PC on which I develop my "home" packages reboots while a package is open in pyscripter (and saved), it is impossible to launch the execution configurations afterwards, I get the message in the title, namely "OperationalError: attempt to write a readonly database.
That takes me back to the next line:
Code: Select all
self.db.execute('insert or replace into wap_params(name,value,create_date) values(?,?,?), (name, value, datetime2isodate()))How can I reset the permissions on this database? Without having to recreate my package from scratch, because that's the only way I've found so far.
So far I have tested without success:
- restarting the workstation
- relaunch of the wapt service
- reinstalling the workstation
- reset the permissions on the package folder
Thank you and have a good day.
