Hello,<br><br>Just getting started on this and checked out the source from git. Ran autogen.sh, configure, make, make install and it doesn't seem to automatically install libvirt.py. The generated Makefile in python/ has these lines commented out:<br>
<br>#GENERATED = libvirt-export.c \<br>#          libvirt.c \<br>#          libvirt.h \<br>#          libvirt.py<br><br>Am I perhaps missing some python_includes? From what I can tell, WITH_PYTHON_TRUE only gets set to # if some includes are not there. I'm trying to build this on Debian Lenny with Python 2.5.2<br>