Check that PyQt5.QtSvg can be imported, although the one place it's currently used it's redundant. Will need it alter anyway.

This commit is contained in:
Veronica K. B. Olsen
2019-05-17 09:45:48 +02:00
parent 89f118d62d
commit e2246aa004
+6
View File
@@ -11,6 +11,12 @@ except:
print("ERROR: Failed to load dependency python3-pyqt5")
exit(1)
try:
import PyQt5.QtSvg
except:
print("ERROR: Failed to load dependency python3-pyqt5.qtsvg")
exit(1)
try:
import lxml
except: