Hello,
I'am trying to parse an XML file using sax and Python 2.3 on windows
class FindIssue(saxut ils.DefaultHand ler):
AttributeError: 'module' object has no attribute 'DefaultHandler '
Doesn't DefaultHandler makes part of saxutils ?
Thank you for your responses
Salvatore
I'am trying to parse an XML file using sax and Python 2.3 on windows
class FindIssue(saxut ils.DefaultHand ler):
AttributeError: 'module' object has no attribute 'DefaultHandler '
Doesn't DefaultHandler makes part of saxutils ?
Thank you for your responses
Salvatore
Comment