This looks like a plain error with this plugin. The error in question is
in Python code calling "node.hasAttributes()" on an xml minidom node.
This hasAttributes is not a part of Python's minidom, and not mentioned
in the DOM level 1 documentation. http://www.w3.org/TR/REC-DOM-Level-1
/level-one-core.html

An easy fix looks like to remove this line 27. The code would still
ignore nodes without a "style" attribute, and should have no difference
in behaviour. (If we assume hasAttributes() returned True if there were
any attributes on the xml node?)

-- 
export_gimp_palette.py crashed with AttributeError in checkStyle()
https://bugs.launchpad.net/bugs/224675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to