Skip to content Skip to sidebar Skip to footer

No Module Named Win32console, While Running Wexpect

I want to run wexpect (the windows port of pexpect) on my Windows 7 64-bit machine. I am getting the following error: C:\Program Files (x86)\wexpect\build\lib>wexpect.py Traceba

Solution 1:

Install this: http://sourceforge.net/projects/pywin32/

Edit to add slightly longer explanation: There's a very useful set of Windows-specific Python modules, called PyWin32. I believe win32console is part of that. You can either install PyWin32 on top of the standard python.org release of Python, or you can install ActiveState ActivePython which bundles everything you need all together. I'm using ActivePython and I have a win32console module.


Solution 2:


Post a Comment for "No Module Named Win32console, While Running Wexpect"