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
it just givet me this error
C:\Windows\system32>pyuic4 'pyuic4' is not recognized as an internal or external command, operable program or batch file.
I actually dont't know where the pyuic file should be located, should PyQt, be located within the Python files or something?
Please Help