pexpect install problem

Posted by ddd on Stack Overflow See other posts from Stack Overflow or by ddd
Published on 2010-04-18T03:56:23Z Indexed on 2010/04/18 4:03 UTC
Read the original article Hit count: 434

Filed under:

i have installed pexpect with the following command "python setup.py install" but when i try to run a program it says "AttributeError: 'module' object has no attribute 'spawn'". how to settle the matter?

© Stack Overflow or respective owner

Related posts about python-3.x