How can multiple users use a pyqt5 App?
-
Hi,
Do you mean having the script/executable stored on some network disk and people executing it from their own machine ?
-
Hi,
Do you mean having the script/executable stored on some network disk and people executing it from their own machine ?
-
@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?
-
@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.