Skip to content Skip to sidebar Skip to footer

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 d

Solution 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).


Post a Comment for "Pyexception: Importerror: No Module Named Domreg"