Menu

#1 XML SAX Problems on Arch Linux

open
7
2011-06-28
2011-06-28
No

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......

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.