python
python copied to clipboard
libvmi.libvmi.LibvmiError: NO_CONFIG_ENTRY
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
I'm new to python programming. What are possible causes of such error? I look forward to hear your views. Thanks