如何将BeautifulSoup导入到python方法OpenERP 7模块中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何将BeautifulSoup导入到python方法OpenERP 7模块中相关的知识,希望对你有一定的参考价值。

我正在尝试在我的模块方法中使用BeautifulSoup方法。如果我通过CMD运行python时导入为from BeautifulSoup import BeautifulSoup工作如何导入我在python 2.7中安装的BeautifulSoup3库到我的OpenERP模块中。

答案

只需将来自python27 \ Lib \ site-packages \ BeautifullSoup.py的BeautifullSoup.py文件复制并粘贴到文件夹路径openERP7> Server> server中即可。

以上是关于如何将BeautifulSoup导入到python方法OpenERP 7模块中的主要内容,如果未能解决你的问题,请参考以下文章

当默认目录为python2.7时,如何将beautifulsoup安装到python3中?

python 导入beautifulsoup报错

python安装BeautifulSoup

ImportError:无法导入名称“BeautifulSoup4”

如何将代理添加到 BeautifulSoup 爬虫

python3 用requests 保存网页以及BeautifulSoup保存图片,并且在本地可以正常显示文章的内容和图片