You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...