I am currently learning PyQt5 and I have encountered this problem and solved it using the solution explained there, but since then, I am seeing this warning
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)
Now, I don't know if this warning could be harmful or not. But how do I fix this?
Any help is appreciated. Thanks