Windows 7 64ビットマシンでwexpect(pexpectのWindowsポート)を実行したい。次のエラーが発生します。
C:\Program Files (x86)\wexpect\build\lib>wexpect.py
Traceback (most recent call last):
File "C:\Program Files (x86)\wexpect\build\lib\wexpect.py", line 97, in <module>
raise ImportError(str(e) + "This package was intended for Windows like operating systems.")
ImportError: No module named win32console This package requires the win32 python packages.This package was intended for Windows like operatin
g systems.
コードでは、次の行で失敗しています。
from win32console import *
Python2.6.4を使用しています。win32consoleのインストール方法がわかりません。