Friday, September 13, 2013

ImportError: No module named mechanize

ImportError: No module named mechanize

I'm using easy_install, and I entered:
easy_install mechanize
and the last line it returned was:
Finished processing dependencies for mechanize
Now when I try to:
import mechanize
I get this error:
ImportError: No module named mechanize
Any idea what's wrong? Thanks

No comments:

Post a Comment