Archicad Python API
About automating tasks in Archicad using the Python API.

Python Palette - Read only problem

greg_lupo
Booster

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

2 REPLIES 2
Minh Nguyen
Graphisoft Alumni
Graphisoft Alumni

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

Yes it works now. Thank You