In my command shell (cmd) I try to convert an .ui file to a .py file via
pyuic4 C:\Test\gui.ui > C:\Test\gui.py
But it says:
The command C:\Python27\python is either typed wrong or could not been found
I am using the Anaconda distribution which is placed under AppData/Local/Continuum/Anaconda and there is a python.exe.
Changing the directory does not work. How can I compile my .ui-file?