You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Mark Bittmann (JIRA)" <ji...@apache.org> on 2015/10/21 21:02:27 UTC

[jira] [Created] (AMBARI-13511) setup.py in python does not ambari_client include modules in subdirectories 'core' and 'model'

Mark Bittmann created AMBARI-13511:
--------------------------------------

             Summary: setup.py in python does not ambari_client include modules in subdirectories 'core' and 'model'
                 Key: AMBARI-13511
                 URL: https://issues.apache.org/jira/browse/AMBARI-13511
             Project: Ambari
          Issue Type: Bug
          Components: ambari-client
            Reporter: Mark Bittmann
            Priority: Minor


After running 'python setup.py install', the python modules in the subdirectories 'core' and 'model' are not available. This appears to affect the current distribution hosted on pypi as well (ambari_client 1.0.3-SNAPSHOT). I have created a patch file and will upload. 

Below is the error message: 

>>> from ambari_client import ambari_api
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "build/bdist.macosx-10.10-x86_64/egg/ambari_client/ambari_api.py", line 19, in <module>
ImportError: No module named core.http_client 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)