Is there pyside-uic version which generates code for python 3? In Ubuntu repos there is pyside for both python 2 and 3, but pyside-tools (package which contains pyside-uic) is only available for pyside for python2.
And if there isn’t python3 version, is there any other tool for pyside which can generate python 3 code? Everything I know can only generate python 2 code.
yes there is pyside-uic which generates the code for python 3, but it fails to install because of install script bug. it will be fixed and released soon
Update 1:
problem was in distribute script not in pyside install script. I have fixed distribute and created pull request, until the fix is merged to official distribute and released, you can use my distribute clone from here https://bitbucket.org/rlacko/distribute
Update 2:
the fix was merged to official distribute and released in version 0.6.36