You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Using Excel 2016 and xlwings v0.11, I am trying the new In-Excel SQL addin.
Every other xlwings feature works without issue.
But I have put a simple table and query together, and am encountering the following error:
ImportError: No module named 'xlwings.ext' File "<frozen importlib._bootstrap>", line 2224, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 2237, in _find_and_load File "<frozen importlib._bootstrap>", line 2254, in _gcd_import return _bootstrap._gcd_import(name[level:], package, level) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\importlib\__init__.py", line 109, in import_module module = import_module(module_name) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\site-packages\xlwings\udfs.py", line 208, in get_udf_module module = get_udf_module(module_name) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\site-packages\xlwings\udfs.py", line 221, in call_udf res = call_udf(script, fname, args, this_workbook, FromVariant(caller)) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\site-packages\xlwings\server.py", line 190, in CallUDF return func(*args) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\site-packages\win32com\server\policy.py", line 586, in _invokeex_ return S_OK, -1, self._invokeex_(dispid, lcid, wFlags, args, None, None) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\site-packages\win32com\server\policy.py", line 283, in _invoke_ return self._invoke_(dispid, lcid, wFlags, args) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\site-packages\win32com\server\policy.py", line 278, in _Invoke_
The text was updated successfully, but these errors were encountered:
Solved: the xlwings package from pip does not include the ext folder.
Installing from the Github release zip resolves the issue with all files present.
Hello,
Using Excel 2016 and xlwings v0.11, I am trying the new In-Excel SQL addin.
Every other xlwings feature works without issue.
But I have put a simple table and query together, and am encountering the following error:
ImportError: No module named 'xlwings.ext' File "<frozen importlib._bootstrap>", line 2224, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 2237, in _find_and_load File "<frozen importlib._bootstrap>", line 2254, in _gcd_import return _bootstrap._gcd_import(name[level:], package, level) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\importlib\__init__.py", line 109, in import_module module = import_module(module_name) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\site-packages\xlwings\udfs.py", line 208, in get_udf_module module = get_udf_module(module_name) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\site-packages\xlwings\udfs.py", line 221, in call_udf res = call_udf(script, fname, args, this_workbook, FromVariant(caller)) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\site-packages\xlwings\server.py", line 190, in CallUDF return func(*args) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\site-packages\win32com\server\policy.py", line 586, in _invokeex_ return S_OK, -1, self._invokeex_(dispid, lcid, wFlags, args, None, None) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\site-packages\win32com\server\policy.py", line 283, in _invoke_ return self._invoke_(dispid, lcid, wFlags, args) File "C:\Apps\WinPython-64bit-3.4.4.5Qt5\python-3.4.4.amd64\lib\site-packages\win32com\server\policy.py", line 278, in _Invoke_
The text was updated successfully, but these errors were encountered: