Im trying to compile a ui file by using Pyuic, but i can\'t get it to work... Every time i try using the command
pyuic4 -o OutFile_ui.py InFile.ui
In order to convert Qt-designer file.ui into file.py you need to call pyuic4.bat file.
file.ui
file.py
pyuic4.bat -x file_location\file.ui -o file_location\file.py