I'm on the verge of giving up on trying to use PyQT4 in Maya 2016, already asked about it here.
But, in a lot of places I've looked, I keep picking up the notion that I should be using PySide instead. And I would love to - but now I'm pretty much stuck trying to convert Qt Designer's .ui output via PySide uic.
I did took a look at this question - I even tried follow the accepted answer by typing in the full path, but for that I got:
"...pyside.uic.exe is not a recognized as an internal or external command, operable command or batch file."
the other suggestions in that post (like using sudo install) didn't work for me since im on Windows, not linux. And I couldn't comment there (wanting to ask how to do it on windows) since I don't have enough rep.
So the bottom line is I just would like to get a .ui file (from QT Designer) to open up in maya via a generated .py file.
Trying to do it via PyQt4 only lands me in a failure to load DLL error, but trying to convert it to PySide is a problem because pyside-uic is not in my Python 27 scripts folder. I've been stuck here for a while now.
Anyone kind enough to offer some advice?
Thank you for your time.
Additional info:
I am using Maya 2016, running on a Windows 10 64 bit OS.
I have a Python 2.7 in my C: drive
And I am now using PyQt4-4.10-gpl-Py2.7-Qt4.8.4-x64
I have a pyside and pysideuic folder inside Maya site packages folder