Many programs based on python (example here is the burn command-line disk burning program) crash on startup with errors similar to this one:
It appears to be searching for some missing Python libraries or something.Code:File "<string>", line 1, in <module> File "/usr/lib/pymodules/python2.7/burnlib/burn.py", line 654, in main prog_intro() File "/usr/lib/pymodules/python2.7/burnlib/burn.py", line 156, in prog_intro if config.getboolean('general', 'ask_root'): File "/usr/lib/python2.7/ConfigParser.py", line 360, in getboolean v = self.get(section, option) File "/usr/lib/python2.7/ConfigParser.py", line 599, in get raise NoSectionError(section) ConfigParser.NoSectionError: No section: 'general'



Adv Reply





Bookmarks