我正在尝试在Python3.4中安装Beautiful Soup4。我从命令行安装了它(得到了无效语法错误,因为我没有转换它),运行2to3.py转换脚本到bs4,现在我得到一个新的无效语法错误。recent call last): from bs4 import BeautifulSoup
File "C:\Python34py", line 30, in <m
>>> from PyQt4 import QtCoreAttributeError: 'module' object has no attribute 'QString'
AttributeError: 'module' object has no attribute 'QString' 为什么不能像文档中指定