PyException: ImportError: No module named domreg

跟風遠走 提交于 2019-12-13 09:46:51

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!