# python3 ADcheck.min.py
Traceback (most recent call last):
File "/workspace/ADcheck/ADcheck.min.py", line 1, in <module>
from ADmanage import ADclient
ModuleNotFoundError: No module named 'ADmanage'
This is because the structure of the dependencies is not a package and no ADmanage.py file is present at top level.
When starting the tool we get import errors:
This is because the structure of the dependencies is not a package and no
ADmanage.py
file is present at top level.