About 785,000 results
Open links in new tab
  1. apt - Install PyQt4 on ubuntu 22.04 - Ask Ubuntu

    Aug 9, 2023 · I am trying to install PyQt4 on ubuntu 22.04, because a specific software need python2 and PyQt4: install python2 sudo apt install python link python2 to python Now, python …

  2. How to install PyQt 6 Designer in Ubuntu 24.10 - Ask Ubuntu

    Nov 11, 2024 · How to install PyQt6 on 24.10? Something broke when I upgraded from 24.04 to 24.10. The PyQt6 designer program was still in /usr/bin, but some dependency must have …

  3. pyqt - How to install and run qt-designer for python - Ask Ubuntu

    I'm new to ubuntu, I entered the following commands sudo apt-get install python-pyqt and sudo apt-get install qt-designer. Both the commands executed successfuly but I'm not able to figure …

  4. How to install PyQt for Python 3 in Ubuntu 14.10?

    Apr 22, 2015 · 13 I found some tutorials online for earlier versions of Ubuntu but they didn't seem to work on Ubuntu 14.10; either that or I was doing it the wrong way. I want to use Qt Designer …

  5. Issue with installing PyQt6 on Ubuntu 22.04

    Sep 11, 2023 · I need to install PyQt6 on a fresh install of Ubuntu 22.04. I use python 3.11.5 via Pyenv and the Poetry package manager. There are no errors during installing or importing, but …

  6. pyqt - Pyqt4 on Ubuntu 20.04 install - Ask Ubuntu

    Aug 7, 2020 · I use a chess application called "Lucaschess" and it needs PyQt4 module to work. Is it possible to install Pyqt4 on Ubuntu 20.04? I understand that Ubuntu no …

  7. how to install Qt platform plugin ( I am getting an error message …

    Dec 7, 2024 · 2/ pip install PyQt5 --> pip's dependency resolver does not currently take into account all the packages that are installed.

  8. python - Start using PyQt with Qt Creator - Ask Ubuntu

    Jun 12, 2018 · I would like to use PyQt with some Qt Creator. How many and which packages I have to install? $ sudo apt-get install qtcreator If I install just qtcreator, do I have to install also …

  9. ImportError: No module named 'PyQt5.QtWebEngineWidgets'

    Apr 27, 2016 · I try to run a python script using PyQt5 QtWebEngineWidgets but it throws errors: from PyQt5.QtWebEngineWidgets import ( ImportError: No module named …

  10. Cant import PyQt5 even though its installed ubuntu 24.04

    Jul 16, 2024 · sudo apt install carla but that is basically irrelevant. The quesiton is why can't I import PyQt5. As you can see by the question I can't import it at all I only noticed it because I …