Thread: Many python-based programs fail to start
many programs based on python (example here burn command-line disk burning program) crash on startup errors similar one:
it appears searching 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 raise nosectionerror(section) configparser.nosectionerror: no section: 'general'
anyone know how fix this?
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] Many python-based programs fail to start
Ubuntu
Comments
Post a Comment