I have installed ipython on my Ubuntu and then I have installed mechanize on the same.
I can able to do
import mechanize
from command prompt. But when I say import mechanize from ipython, it says as no module named mechanize.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would do this…
In the console:
Then in IPython,
See if the /Some/path/to/mechanize is in your sys.path.