Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name MuninPlugin #16

Open
ghost opened this issue Nov 1, 2013 · 2 comments
Open

ImportError: cannot import name MuninPlugin #16

ghost opened this issue Nov 1, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 1, 2013

Hi, developer!

Thanks for your munin plugins. As I git clone your plugin and install it use easy_install.But in the interactive show error there

    root@saltserver:~# easy_install python-munin/
    Processing 
    Writing /root/python-munin/setup.cfg
    Running setup.py -q bdist_egg --dist-dir /root/python-munin/egg-dist-tmp-IWIeAi
    zip_safe flag not set; analyzing archive contents...
    munin 1.4 is already the active version in easy-install.pth

    Installed /usr/local/lib/python2.7/dist-packages/munin-1.4-py2.7.egg
    Processing dependencies for munin==1.4
    Finished processing dependencies for munin==1.4

    >>> from munin import MuninPlugin
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ImportError: cannot import name MuninPlugin

Could you help me in this matter? Thanks!

@josephmisiti
Copy link
Contributor

Try

python setup.py install from within the python-munin directory

@djibtgy
Copy link

djibtgy commented Dec 1, 2016

Hey,
Thanks for your help @josephmisiti , this is working with :

python setup.py install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants