Hi,
I've given a look, and as I understand the problem, ganglia is built with
python support, but half of the python stuff is not packaged. All the gmond
python modules (%{libdir}/ganglia/python_modules/*.py*) are not here so when
gmond needs them and try to load them, it fails.
Fedora are packaging all the python stuff including the modules in one
gmond-python sub-package (
http://pkgs.fedoraproject.org/cgit/ganglia.git/tree/ganglia.spec?h=f16 ).
Another solution could be to --disable-python.
Regards.