Thomas Meier <thomasmeier1...@gmx.de> writes:

> I've managed to build fence-agents-4.0.11.tar.gz on a CentOS 6.5 test box, 
> but my build
> of fence_apc_snmp doesn't work.
[...]
>   File "/usr/share/fence/fencing.py", line 705, in check_input
>     logging.getLogger().addHandler(logging.StreamHandler(stream=sys.stderr))
> TypeError: __init__() got an unexpected keyword argument 'stream'

Your version of Python is too old. Possibly you have a newer version of
python installed, but by default the older version is used.

I think the stream argument was added in Python 2.6.

-- 
// Kristoffer Grönlund
// kgronl...@suse.com

-- 
Linux-cluster mailing list
Linux-cluster@redhat.com
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to