I have a study assignment due that requires me to convert a *.ui
file from Qt into a *.py
file using the command prompt.
However I have been struggling because I can not find the Pyuic5/4 module used to convert a *.ui
file into a *.py
file.
{I have literally dug through and searched for it in my drive and can not find it}
I have the mots recent Qt and Python download and running well.
Any help or alternative method to converting *.ui
to *.py
would really be appreciated!
Try to run
pip install pyuic5-tool
in your terminal.