[issue41612] python3.8.3/traceback.py:312, AttributeError: 'KeyError' object has no attribute 'tb_frame'

2020-08-21 Thread Abael He
New submission from Abael He : /opt/conda/lib/python3.8/site-packages/prompt_toolkit/shortcuts/prompt.py in prompt(self, message, editing_mode, refresh_interval, vi_mode, lexer, completer, complete_in_thread, is_password, key_bindings, bottom_toolbar, style, color_depth

[issue41612] python3.8.3/traceback.py:312, AttributeError: 'KeyError' object has no attribute 'tb_frame'

2020-08-21 Thread Abael He
Abael He added the comment: This is a bug caused by IPython: /opt/conda/lib/python3.8/site-packages/IPython/terminal/ptutils.py in get_completions(self, document, complete_event) 114 except Exception as e: 115 from traceback import print_tb -->

[issue41693] AttributeError: 'str' object has no attribute '__cause__' (python3.8/traceback.py", line 479, in __init__)

2020-09-02 Thread Abael He
New submission from Abael He : Abaels-MBP:notebook-myfork abaelhe$ pip install jupyterlab_powerpoint Defaulting to user installation because normal site-packages is not writeable Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple, https://mirror.baidu.com/pypi/simple Collecting

[issue41693] AttributeError: 'str' object has no attribute '__cause__' (python3.8/traceback.py", line 479, in __init__)

2020-09-02 Thread Abael He
Change by Abael He : -- versions: +Python 3.10, Python 3.9 ___ Python tracker <https://bugs.python.org/issue41693> ___ ___ Python-bugs-list mailing list Unsub

[issue41693] AttributeError: 'str' object has no attribute '__cause__' (python3.8/traceback.py", line 479, in __init__)

2020-09-02 Thread Abael He
Abael He added the comment: "traceback.py" exception occurred During handling of the jupyter exception; that denotes we need more robust "traceback.py"; i have submit PR: https://github.com/python/cpython/pull/22064 -- ___ Py

[issue41693] AttributeError: 'str' object has no attribute '__cause__' (python3.8/traceback.py", line 479, in __init__)

2020-09-02 Thread Abael He
Abael He added the comment: jupyterlab bug -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue41693> ___ ___