代码:
>>> import fuzzy
>>> soundex = fuzzy.Soundex(4)
错误:
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
soundex = fuzzy.Soundex(4)
AttributeError: 'module' object has no attribute 'Soundex'
真的不知道为什么,如果知道的请帮忙!