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
(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

(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?