我遵循中关于使用Python和BeautifulSoup抓取网站的教程。我试图从我的政府抓取网站(用于研究目的),但它给我的错误如下: Traceback (最近一次调用):
File "C:/Python27/scrap web.py", line 8, in <module>
name = name_box.text.strip()
AttributeError: 'NoneType' object has no attribute 'text'
我尝试了另一个网站,比如,它就能工作。当我查看我的政府网站并使用“查看页面源
最近,我一直在研究使用C++检测和识别人脸的OpenCV。为了从OpenCV网站执行源代码演示,我需要首先运行Python来裁剪图像。不幸的是,当我运行Python脚本(此脚本由OpenCV网站提供)时,错误消息为'ImportError: No module named Image'。我安装了"python-2.7.amd64“并下载了"PIL-1.1.7.win32-py2.7”来安装Image库。但是,消息error为'Python version 2.7 required, which was not found in the registry&