try:
Lock.acquire()
exec(code)
finally:
Lock.release()
print("error exec(LOG): "+ code)
code = ‘'’A.form.Screen_User_%i.appendPlainText(“\\n %s \\n\t <%s>”)'''%(index,params.sender.name,params.data)
как мне кажеться гдто тут рождается исключение печатающее
QObject::connect: Cannot queue arguments of type 'QTextCursor'
(Make sure 'QTextCursor' is registered using qRegisterMetaType().)
Lock = threading.Lock()
Что я не смыслю?