I have installed python version 3.4 (paths are written in the path) and pyqt5.
Path to python:

C: \ Python34

PyQt5 is here:

C: \ Python34 \ Lib \ site-packages \ PyQt5 There are paths in the path

When formatting a form from qt designer to .py format, I get the following error:

 C:\Python34\Lib\site-packages\PyQt4>pyuic5.bat form.ui -o form.py 

"" C: \ Python34 \ python "" is not an internal or external command, executable program or batch file.

Tell me what am I doing wrong?

  • Try to run python from the command line C: \ Python34 \ python Looks like you got messed up somewhere with the ways - tonal
  • C: \ Python34 \ python C: \ Python34 \ Lib \ site-packages \ PyQt4 \ uic \ pyuic.py form.ui -o form.py - Evgeny Shmidt

0