-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyuic5.exe file missing in python folder #67
Comments
pyuic is part of the |
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. |
Try running "where pyuic5" |
hey guys, can you help me how to get pyuic5.exe separately?? |
Just open cmd prompt and type "pip install pyqt5". This works! |
You can find inside the scripts folder: |
Thank you it worked |
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 text was updated successfully, but these errors were encountered: