View Single Post
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#5
Originally Posted by carlon View Post
here go the output:

:~# transitioncontrol
Traceback (most recent call last):
File "/usr/bin/transitioncontrol", line 257, in <module>
app = transitioncontrol()
File "/usr/bin/transitioncontrol", line 104, in __init__
self.blur_entry.set_value(config.getint('blur', 'duration')/10)#FIX
File "/usr/lib/python2.5/ConfigParser.py", line 321, in getint
return self._get(section, int, option)
File "/usr/lib/python2.5/ConfigParser.py", line 318, in _get
return conv(self.get(section, option))
File "/usr/lib/python2.5/ConfigParser.py", line 511, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'blur'
I'm not a python coder but that to me sounds like it's having trouble reading your 'new' transition.ini file.

So, replace it with the old one. Obviously you took a backup didn't you?
__________________
May the source be with you.