SomberNight
8e234f3ccd
qt gui: better detection of missing PyQt5 at startup
...
If I use apt on ubuntu to install python3-pyqt5 and then remove it, it leaves an empty namespace:
```
$ python3
Python 3.8.10 (default, Mar 15 2022, 12:22:08)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyQt5
>>> import PyQt5.QtGui
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'PyQt5.QtGui'
>>> PyQt5
<module 'PyQt5' (namespace)>
```
2022-04-11 17:38:45 +02:00
..
2022-04-11 17:38:45 +02:00
2022-03-09 13:40:44 +01:00
2022-03-26 15:26:13 +01:00
2022-01-20 16:59:10 +01:00
2022-03-29 17:42:04 +02:00
2022-04-09 10:41:02 +02:00
2022-03-15 13:39:33 +01:00
2022-02-15 18:22:44 +01:00
2022-03-02 13:29:24 +00:00
2021-11-13 04:31:08 +01:00
2021-09-22 14:50:32 +02:00
2022-02-17 15:44:47 +01:00
2022-02-17 15:44:47 +01:00
2022-03-29 17:42:04 +02:00
2022-03-02 11:42:49 +00:00
2021-10-25 17:46:51 +02:00
2022-02-22 19:20:03 +01:00
2022-02-22 15:04:37 +01:00
2021-09-15 19:52:40 +02:00
2022-02-28 15:17:56 +01:00
2021-09-15 16:41:41 +02:00
2022-01-20 16:47:48 +01:00
2022-02-22 19:20:03 +01:00
2022-02-16 19:24:38 +01:00
2022-03-29 18:30:55 +02:00
2021-09-24 17:36:33 +02:00
2022-03-17 17:52:38 +01:00
2021-11-01 18:05:33 +01:00
2022-02-16 18:53:24 +01:00
2022-03-09 13:40:44 +01:00
2021-09-27 10:31:44 +02:00
2022-04-09 10:41:02 +02:00
2022-03-11 15:39:03 +01:00
2022-03-11 15:49:30 +01:00
2022-01-18 19:54:24 +01:00
2022-01-18 19:54:24 +01:00
2022-03-31 22:50:31 +02:00
2021-11-09 01:02:57 +01:00
2022-04-09 10:41:02 +02:00
2022-04-08 20:36:45 +02:00
2022-02-18 10:14:51 +01:00
2022-04-01 21:31:50 +02:00
2022-04-08 20:36:45 +02:00
2022-04-08 20:36:45 +02:00
2022-03-24 15:59:14 +01:00
2022-02-25 20:44:05 +01:00
2022-04-08 20:35:23 +02:00