how do you install pexpect on Eclipse with the pydev plugin? -


i opened cmd , typed in 'pip install pexpect' , have confirmation installed. when use eclipse, not recognize pexpect. appreciated.

use $easy_install --user pexpect in terminal.http://pythonhosted.org/distribute/easy_install.html


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -