摘要:
bs3即BeautifulSoup,官方已经停止维护全部转到bs4(BeautifulSoup4)了,官方建议使用bs4兼容python3和python2,可以参看官方文档那么,问题来了。当import lxml.html.soupparser的时候报bs包找不到。可以用以下方法解决:>>> imp... 阅读全文
摘要:
解决方法:brew install libxml2xcode-select --installsudopip install lxml -i http://pypi.v2ex.com/simple 阅读全文
摘要:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain... 阅读全文