<div dir="ltr"><div><div><div>hi,<br><br></div>I've got a pythonInterpreter implementation running pyQt5 commands and main.cpp<br><br></div>However any prints from within the button click events don't appear on the console.<br><br></div><div><div><div>def initUI(self):<br>    btn = QPushButton("Offset",self)<br>    btn.clicked.connect(self.clickMethod)<br>    fbox.addRow(btn)<br><br>    self.setWindowTitle('Set Translation Offset')<br>    self.show()<br><br>def clickMethod(self):<br>    print("button clicked")<br><br><br></div><div>in the e.g. above - "button clicked" never gets printed when the button is clicked.<br><br></div><div>Any help would be very helpful.<br><br></div><div>thank.<br></div></div></div></div>