PyException: ImportError: No module named domreg
问题 I am getting the below error while running this script ( "from xml.dom import minidom" ) from chaquopy androi application python console. PyException: ImportError: No module named domreg 回答1: There was a bug which prevented implicit relative imports from working with the import hook enabled. This has been fixed in version 0.4.4 which is available now (https://github.com/chaquo/chaquopy/issues/12). 来源: https://stackoverflow.com/questions/46885861/pyexception-importerror-no-module-named-domreg