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'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -