Unable to import external script to addon default.py within plugin.video.addon folder
#6
There shouldn't be any problems with importing modules located at the same level. As for modules in subfolders, you need either add __init__.py file to convert a subfolder to a Python package or add this subfolder explicitly to sys.path list. BTW, what are your sys.path contents when you are doing the import?
Reply


Messages In This Thread
RE: Unable to import external script to addon default.py within plugin.video.addon folder - by Roman_V_M - 2020-06-16, 12:37
Logout Mark Read Team Forum Stats Members Help
Unable to import external script to addon default.py within plugin.video.addon folder0