I'm getting the following error message running simple-backup-config
Traceback (most recent call last):
File "/usr/local/sbin/simple-backup-config", line 861, in ?
i = SBConf()
File "/usr/local/sbin/simple-backup-config", line 219, in __init__
self.widgets.get_widget("ccronline").set_sensitive( False )
AttributeError: 'NoneType' object has no attribute 'set_sensitive'
System is Fedora Core 5
I updated from version 0.9
Thanks for any suggestions on how to fix.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm getting the following error message running simple-backup-config
Traceback (most recent call last):
File "/usr/local/sbin/simple-backup-config", line 861, in ?
i = SBConf()
File "/usr/local/sbin/simple-backup-config", line 219, in __init__
self.widgets.get_widget("ccronline").set_sensitive( False )
AttributeError: 'NoneType' object has no attribute 'set_sensitive'
System is Fedora Core 5
I updated from version 0.9
Thanks for any suggestions on how to fix.
Clifford
are you sure that you also updated the simple-backup-config.glade file?
thanks - that did the trick.
I use the make install - previously simple-backup-config.glade was located in
/usr/share/sbackup
It is now in /usr/local/share/sbackup
Thanks,
Clifford