Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个问题说:
AttributeError: 'module' object has no attribute 'PrettyTable'
当我:
import prettytable
你能告诉我一些建议吗?非常感谢!!
prettytable您已经通过命名文件覆盖了实际模块prettytable.py。因此,当您尝试 时import prettytable,您正在尝试导入文件。
prettytable
prettytable.py
更改文件的名称并删除.pyc它创建的文件。
.pyc