Hey,
I am using Ubuntu10.04 with python 2.6 on 64bit system,
I want to run xml file but it stucks with an error as mentioned below.
File "online_xml.py" , line 60, in readStrokes
strokes = dom.getElements ByTagName("Stro ke")
AttributeError: 'module' object has no attribute 'getElementsByT agName'
Please suggest me about the possible error that may have.
Thanks in advance.
I am using Ubuntu10.04 with python 2.6 on 64bit system,
I want to run xml file but it stucks with an error as mentioned below.
File "online_xml.py" , line 60, in readStrokes
strokes = dom.getElements ByTagName("Stro ke")
AttributeError: 'module' object has no attribute 'getElementsByT agName'
Please suggest me about the possible error that may have.
Thanks in advance.
Comment