赞
踩
I am learning to program with PyQt5. No troubles with that, but there is one annoying issue: when I start the app, I immediately get the message that an exception occurred and SystemExit: -1 is repported (see below).
An exception has occurred, use %tb to see the full traceback.
SystemExit: -1
/home/arnold/bin/anaconda3/envs/ml-gpu/lib/python3.5/site-packages/IPython/core/interactiveshell.py:2918: UserWarning: To exit: use 'exit', 'quit', or Ctrl-D.
warn("To exit: use 'exit', 'quit', or Ctrl-D.", stacklevel=1)
In [2]: %tb
Traceback (most recent call last):
File "", line 1, in
runfile('/media/d/home/arnold/development/python/course_Qt/01-basic-window.py', wdir='/media/d/home/arnold/development/python/course_Qt')
File "/home/arnold/bin/anaconda3/envs/ml-
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。