WLST "ImportError: no module named logging"
Hi all - I would love to know why this error is being thrown:
${ORACLE_HOME}/oracle_common/common/bin/wlst.sh
import logging
print("Hello World")
====>"ImportError: no module named logging"
Works no problem when I launch direct from python...What's going on?
Thanks!