thanks
--
https://mail.python.org/mailman/listinfo/python-list
On 26 Oct 2016, at 1:29 pm, luca72 via Python-list
wrote:
>
> I get () missing 1 required positional argument: 's'
Sorry, it should have been...
lambda: self.metto_testo(testo)
Phil
--
https://mail.python.org/mailman/listinfo/python-list
I get () missing 1 required positional argument: 's'
--
https://mail.python.org/mailman/listinfo/python-list
On 26 Oct 2016, at 10:36 am, luca72 via Python-list
wrote:
>
> Hello i hope that yo can reply to this question also if the argument is pyqt
>
> i have a simple test:
> def start_timer(self):
>self.timer = QTimer()
>testo = 'pressed'
>self.timer.singleShot(1000, self.mett