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
sk11 is right. Do the following:
\Lib\site-packages\PyQt4 .pyuic4.bat file in this directory. Copy your .ui file here.\Lib\site-packages\PyQt4 .pyuic4 -x name_of_ui_file.ui -o chosen_name.py.This is so basic but it works!