On 09/02/2011, at 3:16 AM, Matthias Bolte wrote:
<snip>
Currently the libvirt installer for Windows includes the Python
bindings but doesn't try to detect an installed Python to put the
bindings into the right place yet.
You have to do this manually. Copy libvirt.py and libvirtmod.py from
the python subdirectory of your libvirt installation to the
Lib\site-packages subdirectory in your Python 2.6 installation, for
example C:\Python26\Lib\site-packages. Now Python should be able to
find the libvirt module.
Aha, we should add this to the README file for the windows installer.
(adding this to my ToDo list)
+ Justin