Python Forum
[PyQt] I build and install PyQT for python2 but it not recognize in python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] I build and install PyQT for python2 but it not recognize in python
#3
Import PyQt5 works but:
Output:
$ python Python 2.7.15+ (default, Oct 2 2018, 22:12:08) [GCC 8.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import PyQt5 >>> from PyQt5.QtWidgets import (QWidget, QLabel, QComboBox, QPushButton, ... QHBoxLayout, QVBoxLayout, ... QPlainTextEdit, QApplication, QSlider) Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named sip >>> from PyQt5.QtGui import (QIcon, QCursor) Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named sip >>> import sip >>> from PyQt5.QtWidgets import (QWidget, QLabel, QComboBox, QPushButton, ... QHBoxLayout, QVBoxLayout, ... QPlainTextEdit, QApplication, QSlider) Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name QWidget >>> from PyQt5.QtGui import (QIcon, QCursor) Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name QIcon >>> import QIcon Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named QIcon
Reply


Messages In This Thread
RE: I build and install PyQT for python2 but it not recognize in python - by nadavvin - Mar-28-2019, 02:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Star [PyQt] Python GUI - PyQt Containers and Layouts Explained panofish 0 969 Aug-28-2022, 07:29 PM
Last Post: panofish
  [PyQt] install PyQt jaleel2007 2 2,152 Jan-14-2020, 03:31 PM
Last Post: Denni
  how do I install pyqt 5? kris2peyu 1 2,645 May-18-2019, 03:55 PM
Last Post: snippsat
  [Tkinter] New to Tkinter -- Does not recognize "Frame" as attribute. cwatt1 2 6,891 Jan-03-2019, 03:13 PM
Last Post: cwatt1
  Question regarding python pyqt script cibb 2 2,661 Feb-18-2018, 03:03 AM
Last Post: Raures

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020