I've already updated everything from PyQt4 to PyQt5. However, whenever I run the built .uPyCraft, I got so many signal-slot ERROR messages.
Such as:
AttributeError: 'MainWidget' object has no attribute 'changeCurrentBoard'
AttributeError: 'readWriteUart' object has no attribute 'uiRecvFromUart'
AttributeError: 'readWriteUart' object has no attribute 'ctrlRecvUartMsg'
etc.
It looks the signal-slot mechanics in PyQt4 and PyQt5, and Python2 and Python3, are totally different...
Can anybody help please?
Cheers
Pei