I created a .ui file. I have been trying to convert it to .py file using pyuic (i don't have Anaconda)
I am sure that I have pyuic.bat
and it's directory is
D:\Python35\Lib\site-packages\PyQt5
Then I open the directory of my .ui file. and i write cmd to address line. Afterward, I enter this command
D:\Python35\Lib\site-packages\PyQt5\pyuic.bat -x mygui.ui -o mygui.py
and i see this error message:
D:\Python35\Lib\site-packages\PyQt5\pyuic.bat -x mygui.ui -o mygui.py is not recognized as an internal or external command, operable program or batch file'
edit: i solved using:
pyuic5 -x arayuz2.ui -o arayuz2.py