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. How can multiple users use a pyqt5 App?
Forum Updated to NodeBB v4.3 + New Features

How can multiple users use a pyqt5 App?

Scheduled Pinned Locked Moved Unsolved Qt for Python
5 Posts 3 Posters 654 Views 1 Watching
  • 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.
  • L Offline
    L Offline
    LT-K101
    wrote on last edited by
    #1

    How can pyqt5 application be installed on a server for multiple users to use at the same time from different location? Is there any configuration to be done to be able to achieve this?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Do you mean having the script/executable stored on some network disk and people executing it from their own machine ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      L 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Do you mean having the script/executable stored on some network disk and people executing it from their own machine ?

        L Offline
        L Offline
        LT-K101
        wrote on last edited by
        #3

        @SGaist Yes the users would have to access the application over a network simultaneously. If this is possible please is there any configuration I need to do before this can happen?

        JonBJ 1 Reply Last reply
        0
        • L LT-K101

          @SGaist Yes the users would have to access the application over a network simultaneously. If this is possible please is there any configuration I need to do before this can happen?

          JonBJ Online
          JonBJ Online
          JonB
          wrote on last edited by
          #4

          @LT-K101
          No there is no configuration, and certainly nothing to do with Qt. Presumably you just will arrange to have a network/LAN where people can access the Python code, and any data files it might have, via a network share or similar.

          L 1 Reply Last reply
          0
          • JonBJ JonB

            @LT-K101
            No there is no configuration, and certainly nothing to do with Qt. Presumably you just will arrange to have a network/LAN where people can access the Python code, and any data files it might have, via a network share or similar.

            L Offline
            L Offline
            LT-K101
            wrote on last edited by
            #5

            @JonB Thanks I will try and give you the feedback.

            1 Reply Last reply
            0

            • Login

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