프로그래밍 Programming
ImportError: No module named mechanize
문장전달자
2015. 10. 23. 18:48
728x90
ImportError: No module named mechanize
mechanize 설치
(envtread)root@localhost:~/antifragile# pip install mechanize
Collecting mechanize
Downloading mechanize-0.2.5.tar.gz (383kB)
100% |████████████████████████████████| 385kB 441kB/s
Building wheels for collected packages: mechanize
Running setup.py bdist_wheel for mechanize
Stored in directory: /root/.cache/pip/wheels/76/df/92/81fc6784ee60ceb2871e7377 73ef7b6dd96093c6fce61c3b9b
Successfully built mechanize
Installing collected packages: mechanize
Successfully installed mechanize-0.2.5
728x90