QObject::connect: Cannot queue arguments of type 'QTextCursor'
(Make sure 'QTextCursor' is registered using qRegisterMetaType().)
erver에서 Thread를 쓰고 있었는데 Thread를 QThread
파이썬에러코드
QTextCursor
와 상관있는 에러이다.
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV
Segmentaion fault
읽기전용인데 쓴다거나 할경우
메모리에 접근할때 권한없이접근하거나
Null point 에러가 난경우이다.
Settings > Build, Execution, Deployement > Python Debugger > Pyqt Compatible Unchecked
[파이참 환경 설정] > [빌드, 실행, 배포] > [Python 디버거] > [PyQt 호환] 체크 해제
Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
프로세스 강제종료 했을때


