install.py

changeset 3693
983904b9568f
parent 3681
3a79355b9ca5
child 3697
c947a7eaace4
equal deleted inserted replaced
3692:a934139966a0 3693:983904b9568f
946 modulesOK = True 946 modulesOK = True
947 for impModule in [ 947 for impModule in [
948 "PyQt5.QtGui", "PyQt5.QtNetwork", "PyQt5.QtPrintSupport", 948 "PyQt5.QtGui", "PyQt5.QtNetwork", "PyQt5.QtPrintSupport",
949 "PyQt5.QtSql", "PyQt5.QtSvg", "PyQt5.QtWebKit", 949 "PyQt5.QtSql", "PyQt5.QtSvg", "PyQt5.QtWebKit",
950 "PyQt5.QtWebKitWidgets", "PyQt5.QtWidgets", 950 "PyQt5.QtWebKitWidgets", "PyQt5.QtWidgets",
951
952 ]: 951 ]:
953 name = impModule.split(".")[1] 952 name = impModule.split(".")[1]
954 try: 953 try:
955 __import__(impModule) 954 __import__(impModule)
956 print("Found", name) 955 print("Found", name)

eric ide

mercurial