Python Forum
PyQt5 not installed properly - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: PyQt5 not installed properly (/thread-33234.html)



PyQt5 not installed properly - Leo_Red - Apr-08-2021

Hi,

I was starting to learn PyQt5 today. And I installed PyQt5 and PyQt-tools from pip3. I think I used Capital letters and typed "-tools" wrong. I am using linux mint 20 and Python 3.8.5.

It made a "ools" folder in the home folder. I think I should be "tools"

Also, another question. I was trying to find QtDesigner and I was not able to find it. Where is it located?

So, how can I fix it? Like a clean removal.

Thanks <3


RE: PyQt5 not installed properly - Axel_Erfurt - Apr-08-2021

pip3 install PyQt5
pip3 install pyqt5-tools


RE: PyQt5 not installed properly - Leo_Red - Apr-08-2021

Thanks! Any Idea where QtDesigner is located?


RE: PyQt5 not installed properly - Axel_Erfurt - Apr-08-2021

go to Terminal an run

designer


RE: PyQt5 not installed properly - Leo_Red - Apr-10-2021

(Apr-08-2021, 03:11 PM)Axel_Erfurt Wrote: go to Terminal an run

designer

Thanks!