ID 303798 - Pyside2uic Module not included in Nuke11 - breaks pyside2-uic Command line tools

Follow

Problem summary
The Python module 'pyside2uic' was ommited for Nuke 11 but doesn't appear to be in the current build.
 
When a user tries to contact the module through Terminal mode, the module cannot be found:
 

Nuke11.0 -t >>> import sys,pprint>>> from pyside2uic import compileUiTraceback (most recent call last):  File "stdin", line 1, in <module>ImportError: No module named pyside2uic
 
When a user runs pyside2-uic which is included with Nuke 11 program files folder directly in the commandline.  This fails:
 

linux/osx: cd Nuke11.0v2 ./pyside2-uicTraceback (most recent call last):  File "./pyside2-uic", line 27, in <module>    from PySide2 import QtCoreImportError: No module named PySide2Exit 1
pyside2-rcc & pyside2-lupdate in the Nuke 11 folder also fail..
 
These external tools are breaking due to the exclusion of the pyside2 module in the current Nuke11 builds.
 
Customer reported version
nuke.11.0v1

Customer reported platform

Steps to reproduce
 
Launch 'pyside2-uic in Command line:
 
1) Open Terminal, call the following code:

linux/osx:cd Nuke11.0v2./pyside2-uic

Result) Traceback error:  ImportError: No module named PySide2


 

Import Pyside2uic via terminal:

1) Open Terminal, call the following code:
 

Nuke11.0 (Your Nuke.exe file location)  -timport pyside2uic

Result) Traceback error:  ImportError: No module named PySide2uic


Workaround

n/a - Not implemented, needs to be added..

Reproduced by support

Nuke11.0v2 - Windows 7 - Mac10.12 - CentOS6.9
Nuke11.0v1 - Windows 7 - Mac10.12 - CentOS6.9

Earliest version tested

Nuke11.0v1 - 'pyside2' replaced 'pyside' when Nuke11 was released.

Expected behaviour
Pyside2uic module to be implemented in Nuke11, Command line tools to work properly.

Actual behaviour
No module has been included.  This also breaks the command line tools within the Nuke11 main folder. (Program Files/Nuke11.0v2)

    We're sorry to hear that

    Please tell us why