QtConcurrent and Python
-
This post is deleted!
-
This post is deleted!
@Joe-Anonimist
I thought the explanation in that SO topic is pretty clear?Use QRunnable or QThread. Python doesn't allow real concurrency, at least not [directly] with a binding for another library
Also the general point made there that Qt docs/examples are written for C++, and you cannot guarantee it will work from Python, especially if you pick an area like threading.
-
@Joe-Anonimist
I thought the explanation in that SO topic is pretty clear?Use QRunnable or QThread. Python doesn't allow real concurrency, at least not [directly] with a binding for another library
Also the general point made there that Qt docs/examples are written for C++, and you cannot guarantee it will work from Python, especially if you pick an area like threading.
This post is deleted! -