On Arch Linux using Python2.7 the following error messages are output:
Unable to read config file.
[...]
Storing Settings
Traceback (most recent call last):
File "/usr/local/bin/emcd", line 1662, in settings_dialog
self.settings.dialog(self.window)
File "/usr/local/bin/emcd", line 1501, in dialog
self.save()
File "/usr/local/bin/emcd", line 1444, in save
self.prepare_writing()
File "/usr/local/bin/emcd", line 1413, in prepare_writing
self.xmltree.startElementNS((None,u'EELS-GUI-Settings'),u'EELS-GUI-Settings',attrs,True)
File "/usr/local/bin/emcd", line 1351, in startElementNS
self._write('\t'*self.counter)
AttributeError: Generator instance has no attribute '_write'
On Ubuntu 11.04 no such error occurs. Therefor it appears to be a limited problem......