0
我想導入YQL,但它會引發下面的錯誤。我使用的是使用Ubuntu 10.04。Python中的Yql導入錯誤
>>>import yql
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/yql/__init__.py", line 563, in <module>
class YahooToken(oauth.Token):
AttributeError: 'module' object has no attribute 'Token'
有關如何解決此問題的任何想法?