Okay, so I have an import script that I want to use in Blender. Blender can open it, but I get an error everytime I actually try to use the script. I'm 99.9% sure that I have the right versions of everything, but I don't know anything at all about code, so I'm pretty stuck here. This is the error I get: Code (Text): File "import_2_pmd.py", line 530, in import_pmd b_bones = MakeXML<d_pmd,xmlPath> File "import_2_pmd.py", line 351, in MakeXML node_list = japan.dom.getElementsByTagName<"J_Face_Comment"> UnboundLocalError: local variable 'japan_dom' referenced before assignment Can anyone help me with this? I'm rather desperate for answers by now.