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