On Wed, Mar 27, 2019 at 2:58 AM Cristián Maureira-Fredes <
[email protected]> wrote:

> Hello Richard,
>
> yes, port_v2 is the support for Python2,
> you can see a couple of import statements that look like:
>
>   1     if sys.hexversion >= 0x03000000:
>
>   2         from pyside2uic.port_v3.invoke import invoke
>
>   3     else:
>
>   4         from pyside2uic.port_v2.invoke import invoke
>
> inside "sources/pyside2-tools/pyside2-uic"
> so it's really strange that is picking up port_v2 if you are using python3.
>

I should have mentioned I gave up on setuptools due to the bug when using
--root and have gone with a straight CMake build and that both port_v2 and
port_v3 are installed.

Thanks,
Richard
_______________________________________________
PySide mailing list
[email protected]
https://lists.qt-project.org/listinfo/pyside

Reply via email to