python exception (keyerror)
Brought to you by:
petrus6
If I try to run confity, I just got a python exception:
./confity.py:32: GtkWarning: Could not load image 'unity.png': Failed to open file '/usr/local/share/confity/unity.png': No such file or directory
self.interface.add_from_file(interf)
No such key 'devices-option'
Traceback (most recent call last):
File "./confity.py", line 368, in <module>
Confity(chosenUI, gclient)
File "./confity.py", line 44, in __init__
self.readConfiguration()
File "./confity.py", line 86, in readConfiguration
self.interface.get_object("showDevicesCombo").set_active(self.showDevicesConfig[sdc[1:-2]])
KeyError: ''
Confity Version 1.6
Running on oneiric (32 bit install) using Unity 2D
Thanks for reporting this.
First of all, I have to precise that Confity does not support (yet ? ) Unity 2D.
However, this bug is not due to Unity 2D itself, it is specific to Oneiric.
I will release a new version soon, I'm sorry for being that late after Oneirc's release, but my studies take much time.