Sous linux je veux bien le tester mais il faudrait que j'arrive à le lancer.
J'ai installé pyqt6 et j'ai
$ python3 -V
Python 3.10.6
Pour le moment j'ai pu aller jusqu'à la fenêtre du mdp mais aussitôt après le programme s'arrête avec ces messages
/LiveboxMonitor-main/./LiveboxMonitor.py", line 262, in <module>
aUI = LiveboxMonitorUI()
/LiveboxMonitor-main/./LiveboxMonitor.py", line 68, in __init__
if self.signin():
/LiveboxMonitor-main/./LiveboxMonitor.py", line 151, in signin
r = self._session.signin()
/LiveboxMonitor-main/src/LmSession.py", line 88, in signin
with open(aStateFilePath, 'wb') as f:
PermissionError: [Errno 13] Permission non accordée: '/tmp\\LiveboxMonitor_state'