Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エラー: Eclipse でファイルImportError: No module named win32com.clientを実行すると。.pyコマンドプロンプトで実行すると正常に動作します。
ImportError: No module named win32com.client
.py
複数の python インストールがあり、eclipse にマップされているインタープリターにはライブラリがありません。
コマンドプロンプトとEclipseの両方で以下を実行し、違いがあるかどうかを確認します
import sys print sys.path