Python Forum
Thread Rating:
  • 3 Vote(s) - 2.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PyQT
#1
Hello there,

I m looking for a fast response ( preferably cross platform -mac and windows ) GUI. I heard PyQt is a very good one as cross platform and has loads of examples.

1. Is PyQT dependent on Python version ? I m using 3.4 on sublime 3
2. Do u think it's one of the fastest of GUI for Python ?

thanks
Sxathk
Reply
#2
(Jul-04-2017, 09:48 AM)sxathk Wrote: 1. Is PyQT dependent on Python version ?
No work fine for Python 3.6.
Quick test that pip install PyQt5 work:
[Image: R6fN7F.jpg]
I do try to test a lot with Python 36 to make sure stuff work.
I find that many modules just work better with pip(9.0.1) and Python 3.6(Windows).
Before it could try to compile stuff and not find the wheel.

Quote:2. Do u think it's one of the fastest of GUI for Python ?
Speed should't be a concern,most are GUI is fast enough.
Alternative could be WxPython(Phoenix) pip install wxpython or Kivy.
WxPython is a GUI that i have used a lot in past,
but now in last years i try to build web-app(Flask) that can replace the GUI need.
web-app can also have more modern look and all use a browser Wink
Reply
#3
(Jul-04-2017, 09:48 AM)sxathk Wrote: 2. Do u think it's one of the fastest of GUI for Python ?

I don't understand the question. Most guis spend most of their time idle and doing nothing at all. Even the "slowest" would be fast enough so a person would never notice it's slow. What are you really asking?
Reply


Forum Jump:

User Panel Messages

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