Pretty sure I know the answer, but thought I would ask anyhow. Need to use PySide in Rhino. Guessing it will not work considering Rhino’s Python library is built on IronPython which targets C# and .Net frameworks. Regretfully we have a lot of pipeline processes which already utilize PySide libraries and complicate matters porting to C#.
PySide sure looks like it will only work with CPython. I don’t know the library myself, but just from what I’ve read on the internet my guess is that this will not be compatible with Rhino’s python interpreter.