简体   繁体   English

如何解决“ImportError: No module named mechanize”

[英]How to solve " ImportError: No module named mechanize "

I have mechanize module into required folder and still showing problems... How to solve " ImportError: No module named mechanize "我已将模块机械化到所需的文件夹中,但仍然显示问题...如何解决“ ImportError:没有名为 mechanize 的模块”

i saw these:我看到了这些:

import mechanize
ImportError: No module named mechanize

import mechanize
ImportError: No module named mechanize

noobs = mechanize.Browser()
NameError: global name 'mechanize' is not defined
pip install mechanize

Write this in you terminal and make sure you have installed pypi把它写在你的终端里,并确保你已经安装了 pypi

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM