【发布时间】:2019-03-19 05:26:48
【问题描述】:
我目前正在学习 PyQt5,我遇到了 this problem 并使用那里解释的解决方案解决了它,但从那时起,我看到了这个警告
An exception has occurred, use %tb to see the full traceback.
SystemExit: 0
/home/aditya/anaconda3/lib/python3.6/site-packages/IPython/core/interactiveshell.py:2971: UserWarning: To exit: use
'exit', 'quit', or Ctrl-D.
warn("To exit: use 'exit', 'quit', or Ctrl-D.", stacklevel=1)
现在,我不知道这个警告是否有害。但是我该如何解决呢?
感谢任何帮助。谢谢
【问题讨论】:
标签: python python-3.x ipython pyqt5