I am using a make file to call pyuic module to convert QT’s .ui file to .py in a virtual env. The generated file is having C++ operator :: in it.
The make file looks like this
all:
pyuic5 uaclient/mainwindow_ui.ui -o uaclient/mainwindow_ui.py
The version of pyqt5 in virtual env is 5.15.11.
Do not get this issue when using pyuic in base environment with 5.15.6