Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implicit relative imports do not work with import hook #12

Closed
sathishk-r opened this issue Oct 23, 2017 · 2 comments
Closed

Implicit relative imports do not work with import hook #12

sathishk-r opened this issue Oct 23, 2017 · 2 comments
Labels

Comments

@sathishk-r
Copy link

sathishk-r commented Oct 23, 2017

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.

@mhsmith 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
@mhsmith
Copy link
Member

mhsmith commented Oct 24, 2017

Thanks: this has been fixed in version 0.4.4 which is available now.

@mhsmith mhsmith closed this as completed Oct 24, 2017
@sathishk-r
Copy link
Author

sathishk-r commented Oct 28, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants