Hi!

I would like to use PyQt5 in my system(Arch Linux) and I already have installed QtCreator 4.1.0 based on Qt 5.7.0. So, I installed PyQt5 with the following command:
Qt Code:
  1. sudo pacman -Sy python-pyqt5
To copy to clipboard, switch view to plain text mode 

Then I tried to create a new Python project using QtCreator to make a GUI(that's what I want to do) but there is no option for Python projects. To make a GUI with Python and all coding should I install another IDE?

Thanks!