Felix Zumstein
Felix Zumstein
This is what's probably happening: the shell call returns with an error code, but nothing is written to the log file: https://github.com/xlwings/xlwings/blob/main/xlwings/addin/Main.bas#L275-L286
Try `python setup.py develop` instead.
If you check `Show Console` you should probably get a better error message
In this case, you've got an issue with pywin32 as `import win32api` fails: https://github.com/xlwings/xlwings/blob/main/xlwings/server.py#L14
Nice discovery! However, Excel on macOS doesn't have the backstage view, so this button doesn't exist.
Awesome! The paths are now correct, but it asks for permissions to all file syncing folders, not just OneDrive/SharePoint folders. I.e., it including DropBox, Google Drive etc. I'll send you...
Thanks! When I tried it, it asked for additional access to: ``` /Users/.../Library/CloudStorage/OneDrive..../.Trash /Users/.../Library/CloudStorage/OneDrive..../Icon ``` Not sure if that's required?
yes, they're there. `Icon` I can additonally see see under: ``` /Users/fz/Library/CloudStorage/OneDrive-ZoomerAnalyticsGmbH/Icon ```
Awesome, thanks! Looks like it's ready to integrate then!
Hi Guido, thanks for the update! And yes, sounds like a completely reasonable decision not to replicate everything in Python. Right now, it isn't a high pressure issue for xlwings...