Hi, I downloaded the source code to use ambari-python-shell.
import ambari_client.ambari_api gives "ImportError: No module named core.http_client It seems that the package ambari_client has subpackages core and model. But in setup.py only the ambari_client package is added. I have no experience in python packaging, but still I'm wondering should setup.py have the line setup( packages = ['ambari_client', 'ambari_client.core', 'ambari_client.model'], ) Regards, Jiekai
