Ganeti Web Manager ImportError: cannot import name lcd

Posted by Lihnjo on Server Fault See other posts from Server Fault or by Lihnjo
Published on 2012-12-12T16:23:54Z Indexed on 2012/12/12 17:06 UTC
Read the original article Hit count: 335

Filed under:
|

I have problem with installation Ganeti Web Manager on Debian 6.0.6

fab prod deploy
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/fabric/main.py", line 378, in main
    docstring, callables = load_fabfile(fabfile)
  File "/usr/lib/pymodules/python2.6/fabric/main.py", line 112, in load_fabfile
    imported = __import__(os.path.splitext(fabfile)[0])
  File "/root/ganeti_webmgr/fabfile.py", line 6, in <module>
    from fabric.context_managers import settings, hide, lcd
ImportError: cannot import name lcd

Any solution?

Thanks

© Server Fault or respective owner

Related posts about python

Related posts about ganeti