You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting below error while running script "from xml.dom import minidom" in python console.
com.chaquo.python.PyException: ImportError: No module named domreg
I am using chaquopy android python plugin. i have a sample program which use the dom parser so i have to use "from xml.dom import minidom" in my python script. my application is crashing because it is not able to find the module "domreg" error.
The text was updated successfully, but these errors were encountered:
mhsmith
changed the title
com.chaquo.python.PyException: ImportError: No module named domreg
Implicit relative imports do not work with import hook
Oct 24, 2017
I am getting below error while running script "from xml.dom import minidom" in python console.
I am using chaquopy android python plugin. i have a sample program which use the dom parser so i have to use "from xml.dom import minidom" in my python script. my application is crashing because it is not able to find the module "domreg" error.
The text was updated successfully, but these errors were encountered: