pyQt5 houdini not raising errors

   900   0   0
User Avatar
Member
14 posts
Joined: April 2015
Offline
Recently noticed houdini python will not catch errors in initialising a Qt5 / pyside2 python panel, making it difficult to debug code.
The only workaround I have is wrapping the culprit code in a try except block and printing the exception, not very ideal.

Anyone have a better solution to this?
  • Quick Links