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

broken dependency #38

Open
vlinhart opened this issue May 19, 2013 · 1 comment
Open

broken dependency #38

vlinhart opened this issue May 19, 2013 · 1 comment

Comments

@vlinhart
Copy link
Collaborator

when running runserver:
ImportError
No module named libvirt

happens here
pcp/wsgiadmin/virt/utils.py
import libvirt

not sure how to install libvirt into virtualenv, there doesn't seem to be anything on pip.

@by-cx
Copy link
Owner

by-cx commented May 19, 2013

It's part of system's libvirt package. Install libvirt package to your Linux and copy libvirt.py from /usr/lib64/python2.7/site-packages/libvirt.py to pcp's virtualenv.

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