I installed python version 3.5 (I checked the add path, the default path) and pyqt4. The python itself is here:
C: \ Users \ admin \ AppData \ Local \ Programs \ Python \ Python35-32
PyQt is here:
C: \ Python34 \ Lib \ site-packages \ PyQt4
In the path path there are
When formatting a simple form from qt designer to pyqt format, I get the following error:
C: \ Python34 \ Lib \ site-packages \ PyQt4> pyuic4.bat form.ui -o project.py "" C: \ Python34 \ python "" is not an internal or external command, executable program or batch file.
Tell me what am I doing wrong?