我试图在我的模块方法中使用BeautifulSoup方法。如果我在通过CMD运行python时导入正在运行的from BeautifulSoup import BeautifulSoup,如何将我在Python2.7中安装的BeautifulSoup3库导入到我的OpenERP模块中。
发布于 2019-03-26 14:00:36
只需将Python27LibSite-packages\ BeautifullSoup.py中的BeautifullSoup.py文件复制并粘贴到文件夹路径openERP7>Server>server中,它就会做到这一点。
https://stackoverflow.com/questions/55341833
复制相似问题