by zootal » 04 May 2012, 04:24
Blender 2.63
Slackware 13.37 64 bit
3.3.3 kernel
I get a nice long list of stuff in the console:
Traceback (most recent call last):
File "/opt/blender/2.63/scripts/modules/addon_utils.py", line 259, in enable
mod = __import__(module_name)
File "/opt/blender/2.63/scripts/addons/stk_panel.py", line 732, in <module>
SCENE_PROPS = getPropertiesFromXML(os.path.join(datapath, "stk_panel_parameters.xml"), contextLevel=CONTEXT_SCENE)
File "/opt/blender/2.63/scripts/addons/stk_panel.py", line 715, in getPropertiesFromXML
node = xml.dom.minidom.parse(filename)
File "/opt/blender/2.63/python/lib/python3.2/xml/dom/minidom.py", line 1945, in parse
return expatbuilder.parse(file)
File "/opt/blender/2.63/python/lib/python3.2/xml/dom/expatbuilder.py", line 924, in parse
result = builder.parseFile(fp)
File "/opt/blender/2.63/python/lib/python3.2/xml/dom/expatbuilder.py", line 207, in parseFile
parser.Parse(buffer, 0)
xml.parsers.expat.ExpatError: junk after document element: line 50, column 0
I did a fresh download of stk_panel.py, but it was identical to the one I already had. I'm not quite sure what the error message is telling me, as I haven't done python for along time.