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:“InteractiveShell”对象没有属性“Completer”警告:执行文件失败:<./test.py>
我有 Windows 7、neurodebian 6.0.2 和 ipython 0.10
你能告诉我有什么问题吗?
您的 python 代码 test.py 具有InteractiveShell没有 Completer 属性的对象。这就是错误消息所说的。检查InteractiveShell类并查找Completer属性。
InteractiveShell
Completer