OS X上的Python 2.7(Sierra 10.12.5):TypeError:'frozenset'对象不可调用

时间:2017-06-10 08:24:20

标签: python python-2.7

Python 2.7.12(v2.7.12)

>>> import hashlib
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "build/bdist.macosx-10.12-intel/egg/hashlib.py", line 115, in <module>
        """
    TypeError: 'frozenset' object is not callable
    >>> 

如何解决此问题?

0 个答案:

没有答案