Python Forum

Full Version: PyQt5 not installed properly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
pip3 install PyQt5
pip3 install pyqt5-tools
Thanks! Any Idea where QtDesigner is located?
go to Terminal an run

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

designer

Thanks!