Modify ↓
Ticket #204 (closed defect: fixed)
murmur traceback when clicking on Settings/Museek Settings
| Reported by: | gandalf | Owned by: | daelstorm |
|---|---|---|---|
| Priority: | major | Milestone: | Release 0.3 |
| Component: | murmur | Version: | svn trunk |
| Keywords: | Cc: |
Description
gandalf@thrall:~$ murmur
Note: Python Bindings for libsexy were not found. To enable SpellChecking, install them from http://www.chipx86.com/wiki/Libsexy
Traceback (most recent call last):
File "/usr/bin/murmur", line 6181, in SettingsWindow
result = self.settings()
File "/usr/bin/murmur", line 6174, in settings
win.read_config()
File "/usr/lib/pymodules/python2.5/pymurmur/settings.py", line 3614, in read_config
self.populate_dialogs()
File "/usr/lib/pymodules/python2.5/pymurmur/settings.py", line 3455, in populate_dialogs
self.LogMethod.set_active(int(self.config["logging"]["output"]))
KeyError: 'logging'
Looks trivial :)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

This should be fixed now.