Forum: Poser Python Scripting


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

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


FVerbaas posted Thu, 07 December 2017 at 2:27 AM Forum Coordinator

tromnek posted at 9:22AM Thu, 07 December 2017 - #4319560

However, like I said, Tkinter messes up things in Poser. I over came that by hijacking Tkinter. But Like I said, you need to hijack before any other Tkinter starts up.

And since you cannot be sure, better to avoid.

Using threads would probably be better I think there are some wxPython functions that could also be used.

Looks like a better route indeed. OK will start to dig out wxPython. Any recource recommended?