[augeas-devel] Re: ANNOUNCE: Augeas 0.4.0

Louis Coilliot louis.coilliot at wazemmes.org
Mon Feb 9 15:33:50 UTC 2009


Hello,

for your information the python bindings are broken with this version:


# augtool get /augeas/version
/augeas/version = 0.4.0

# cat test-augeas.py
#!/usr/bin/python
from augeas import Augeas
aug=Augeas()
path='/files/etc/ssh/sshd_config/PermitRootLogin/'
try:
  print aug.match(path)
except Exception, e: print str(e)
print aug.get(path)

# ./test-augeas.py
Error during match procedure!
None

On another host:

# augtool get /augeas/version
/augeas/version = 0.3.6

# ./test-augeas.py
['/files/etc/ssh/sshd_config/PermitRootLogin']
without-password



Louis Coilliot


> On Fri, 06 Feb 2009 22:39:38 -0800, David Lutterkort
> <lutter at redhat.com> said:
I am pleased to announce the release of Augeas 0.4.0;




More information about the augeas-devel mailing list