トラブルシューティング

問題: dllが見つかりません

解決法:

  1. xlwings32-<version>.dll and xlwings64-<version>.dll are both in the same directory as your python.exe. If not, something went wrong with your installation. Reinstall it with pip or conda, see インストール.

  2. アドインまたは設定シートの Interpreter を確認してください。空白の場合、Windowsのコマンド プロンプトで python と入力してPythonの対話モードが開始できなければなりません。'python' は、内部コマンドまたは外部コマンド、操作可能なプログラムまたはバッチ ファイルとして認識されていません。 と表示されたら、次のいずれかを試してみてください: python.exe があるフォルダーをWindows パスに追加(参照 "https://www.computerhope.com/issues/ch000549.htm)、または、アドインまたは設定シートに python.exe のフルパスを設定(例 C:\Users\MyUser\anaconda\pythonw.exe

Issue: Files that are saved on OneDrive or SharePoint cause an error to pop up

解決法:

OneDriveとSharepointの設定方法については、専用ページをご覧ください: OneDriveおよびSharePoint

Issue: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.

解決法:

The Python interpreter is not correctly installed or the configuration does not point to the Python interpreter. To fix this:

  1. Verify that a Python interpreter is installed. Python can be installed in any way, including via Conda or virtual environment or the xlwings 1-click installer (part of xlwings PRO).

  2. Check the configuration of xlwings according to its Config Hierarchy.