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
#2
Please show your code, how do you import PyQt5? (not PyQT5)

for example

from PyQt5.QtWidgets import (QWidget, QLabel, QComboBox, QPushButton,
                             QHBoxLayout, QVBoxLayout,
                             QPlainTextEdit, QApplication, QSlider)
from PyQt5.QtGui import (QIcon, QCursor)
Reply


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

Possibly Related Threads…
Thread Author Replies Views Last Post
Star [PyQt] Python GUI - PyQt Containers and Layouts Explained panofish 0 968 Aug-28-2022, 07:29 PM
Last Post: panofish
  [PyQt] install PyQt jaleel2007 2 2,145 Jan-14-2020, 03:31 PM
Last Post: Denni
  how do I install pyqt 5? kris2peyu 1 2,643 May-18-2019, 03:55 PM
Last Post: snippsat
  [Tkinter] New to Tkinter -- Does not recognize "Frame" as attribute. cwatt1 2 6,883 Jan-03-2019, 03:13 PM
Last Post: cwatt1
  Question regarding python pyqt script cibb 2 2,650 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