トラブルシューティング¶
問題: dllが見つかりません¶
解決法:
xlwings32-<version>.dll
andxlwings64-<version>.dll
are both in the same directory as yourpython.exe
. If not, something went wrong with your installation. Reinstall it withpip
orconda
, see インストール.アドインまたは設定シートの
Interpreter
を確認してください。空白の場合、Windowsのコマンド プロンプトでpython
と入力してPythonの対話モードが開始できなければなりません。'python' は、内部コマンドまたは外部コマンド、操作可能なプログラムまたはバッチ ファイルとして認識されていません。
と表示されたら、次のいずれかを試してみてください:python.exe
があるフォルダーをWindows パスに追加(参照 "https://www.computerhope.com/issues/ch000549.htm)、または、アドインまたは設定シートにpython.exe
のフルパスを設定(例C:\Users\MyUser\anaconda\pythonw.exe
)
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:
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).
Check the configuration of xlwings according to its Config Hierarchy.