Forum: Poser Python Scripting


Subject: Experience with communication between different instances of Python anyone?

FVerbaas opened this issue on Oct 28, 2017 ยท 28 posts


ironsoul posted Thu, 07 December 2017 at 3:46 PM

Have a look at AsynchronousSockets
I removed the lines a = wx.App(0) and a.MainLoop()
Added an import poser and scene = poser.Scene() at the top and changed handle_accept to print out the current actor name. Poser and the wxApp ran ok with the current actor part being displayed whenever the simpleclient script was run.