pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 77 forks source link

pyuic5.exe file missing in python folder #67

Open souvick1968 opened 3 years ago

souvick1968 commented 3 years ago

I have installed python 3.6.2 from python.org and installed PyQt5 tools running the command pip3 install pyqt5-tools==5.9.0.1.2. I could locate designer.exe file and run that file to create a .ui file. Now I need to convert it to .py file. But failed to do so as pyuic.exe file is missing. need urgent help.

The-Compiler commented 3 years ago

pyuic is part of the PyQt5 package itself.

souvick1968 commented 3 years ago

Thank you. But sorry to find pyuic5.exe file missing. Need urgent help how to get pyuic5.exe file separately. I have tried uninstalling python and reinstalling a number of times. But failed to solve the issue.

souvick1968 commented 3 years ago

Python-folder-screenshot

Above file pyuic5.exe should have been in this folder

multiple-xD commented 2 years ago

Try running "where pyuic5"

AshiMahajan commented 2 years ago

hey guys, can you help me how to get pyuic5.exe separately??

gjeevana27 commented 2 years ago

hey guys, can you help me how to get pyuic5.exe separately??

Just open cmd prompt and type "pip install pyqt5". This works!

ripdechains commented 1 year ago

You can find inside the scripts folder: in C:\Users\user\AppData\Local\Programs\Python\Python310\Scripts\pyuic5.exe

shreym1202 commented 3 months ago

hey guys, can you help me how to get pyuic5.exe separately??

Just open cmd prompt and type "pip install pyqt5". This works!

Thank you it worked