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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user