-
-
Notifications
You must be signed in to change notification settings - Fork 513
BOOK_CALLER missing from xlwings/_xlmac.py #1035
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
this is a regression with 0.15.2, thanks for reporting. I'll try to release a fix asap. in the meantime please downgrade to 0.15.1 |
Thanks Felix! Btw I'm seeing the same issue with all xlwings versions at least back to 0.14.0 - installed with pip. |
that's unexpected though - you do have the addin version and python version aligned, do you? anyways, will look into it. |
Just checked it out, it's definitely a regression in 0.15.2, my guess is that something went wrong when you downgraded to 0.15.1. I'll try to fix this weekend. |
…r-mac fix refactored args on Mac, closes #1035
OS (e.g. Windows 10 or macOS Sierra)
MacOS High Sierra 10.13.6
Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
$ pip show xlwings
Name: xlwings
Version: 0.15.2
Describe your issue (incl. Traceback!)
Include a minimal code sample to reproduce the issue (and attach a sample workbook if required!)
BOOK_CALLER is missing from https://github.com/ZoomerAnalytics/xlwings/blob/master/xlwings/_xlmac.py . It's present in https://github.com/ZoomerAnalytics/xlwings/blob/master/xlwings/_xlwindows.py .
The text was updated successfully, but these errors were encountered: