Hi guys, When I try to run a wxpython GUI (like the one below) it crashes Houdini if I run it twice without closing the original. I'm using the method described in the docs to run it in a separate thread so it doesn't lock up Houdini. I've tried using a wx.SingleInstanceChecker(), but I'm not sure how to properly integrate it into my scripts.
Has anyone encountered this problem before and/or have any solutions? Test code:
I'm running Linux Centos 6 & Houdini 13.0.376
Any help would be appreciated.