I am installing virt-manager0.10.0 on Mac OS X
First I installed python,libvirt, gtk+3, pygtk, and other dependencies with homebrew
But when I run virt-manager I got this error
from gi.repository import GObject
ImportError: No module named gi.repository
When I run this import in python command line I get same error.but there is no error when I try import gtk
I think the problem is the homebrew pygtk version doesn't use gtk+3 and uses gtk2 and as we can see here gi.repository Windows only gtk+3 use that syntax.