rilo
27th November 2007, 11:36 PM
Yum keeps locking up when running and fills my logs with this error:
yum-updatesd-helper: error getting update info: 'module' object has no attribute 'GroupError'
It seems its trying to import the python class GroupError from yum.Errors, but that doesn't exist - 'GroupsError' does however. Changing it from GroupsError to Error seems to do the trick for the time being.....
Anyone else noticed this?
yum-updatesd-helper: error getting update info: 'module' object has no attribute 'GroupError'
It seems its trying to import the python class GroupError from yum.Errors, but that doesn't exist - 'GroupsError' does however. Changing it from GroupsError to Error seems to do the trick for the time being.....
Anyone else noticed this?