2021-11-10 12:44 PM
Hi,
I tried to run python script that downloads airtable data and saves it to csv file.
Script works well when run from terminal but when run from Python Palette it throws this:
OSError: [Errno 30] Read-only file system
I tried to change mode:
chmod -R 777 <path_to_folder>
but it didnt help
Any ideas?
Thanks
Greg
2021-11-17 09:45 PM
Hi Greg,
Thank you very much for the question!
Based on the error, it looks like the Python Palette does not have enough right to carry out the action. Assuming that you are using macOS, maybe Archicad needs to have Full Disk Access for this. Could you give it a try and see if it helps?
Looking forward to hearing from you!
Best regards,
Minh
Minh Nguyen
Technical Support Engineer
GRAPHISOFT
2021-11-18 12:19 PM
Yes it works now. Thank You