Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. QtConcurrent and Python
Forum Updated to NodeBB v4.3 + New Features

QtConcurrent and Python

Scheduled Pinned Locked Moved Solved Qt for Python
3 Posts 2 Posters 266 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1
    This post is deleted!
    JonBJ 1 Reply Last reply
    0
    • ? A Former User

      This post is deleted!

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @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.

      ? 1 Reply Last reply
      0
      • JonBJ JonB

        @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.

        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • System has marked this topic as solved on

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved