摘要: 在windows下安装beautifulsoup经常会出现说是在python3下无法运行Python2的代码,这时需要将Python下的tool下的scripts目录添加到环境变量中,然后运行2to3 -w bs4即可。 阅读全文
posted @ 2016-10-07 11:19 啊王会 阅读(878) 评论(0) 推荐(0) 编辑