Hi,
What does COM is not supported mean for the last line of my script:
if (run):
write_members_to_excel(filePath).
If I alter my script to:
…if (run):
…write_members_to_excel(filePath).
I dont see any error but the excel file doesnt appear in my folder.
I am working on rhino 8 on my Macbook pro and ive installed microsoft excel.
Please let me know how to solve this problem.
Thank you.