mechanize를 설치 한 후 가져올 수없는 것 같습니다.
pip, easy_install 및 https://github.com/abielr/mechanizepython setup.py install
에서 설치를 시도했습니다 . 파이썬 인터랙티브에 들어갈 때마다 다음과 같이 얻을 수 있습니다.
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mechanize
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named mechanize
>>>
이전에 실행 한 설치에서 성공적으로 완료된 것으로보고되었으므로 가져 오기가 작동 할 것으로 예상합니다. 이 오류의 원인은 무엇입니까?
sys.path
당신이 올바른 장소에서 찾고 있는지 확인하기 위해 ls -laR /usr/local/lib/python2.7/dist-packages/mech*
권한 문제를 확인하고, 봐 imp.find_module("mechanize")
구별하는 그렇지 않으면 .. - - 그것을 발견하고 그렇지 않으면 ..이 - 생존 - 수입 - 그것에게 오류를?
easy_install
? 또한,의 전체 경로 확인하십시오easy_install
,pip
하고의를python
.