-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I am trying to run process-list.py on my Win 7 VM.
virsh list
Id Name State
2 win7_Guest running
python process-list.py win7_Guest
VMI_ERROR: No entry in config file for win7_Guest.
Traceback (most recent call last):
File "process-list.py", line 72, in
ret = main(sys.argv)
File "process-list.py", line 18, in main
with Libvmi(vm_name) as vmi:
File "/usr/local/lib/python2.7/dist-packages/libvmi-3.4-py2.7-linux-x86_64.egg/libvmi/libvmi.py", line 288, in init
check(status, error_msg)
File "/usr/local/lib/python2.7/dist-packages/libvmi-3.4-py2.7-linux-x86_64.egg/libvmi/libvmi.py", line 211, in check
raise LibvmiError(error)
libvmi.libvmi.LibvmiError: NO_CONFIG_ENTRY
I'm new to python programming. What are possible causes of such error? I look forward to hear your views.
Thanks
Metadata
Metadata
Assignees
Labels
No labels