sax with python 2.2

2002-04-01 Thread G.Villot
Hi, I got the following error when using sax.utils: class Test(saxutils.DefaultHandler): AttributeError: 'module' object has no attribute 'DefaultHandler' here is the python file: import pyPgSQL.PgSQL from xml.sax import saxutils from xml.sax import make_parser from xml.sax.handler import featu

sax with python 2.2

2002-04-01 Thread G.Villot
Hi, I got the following error when using sax.utils: class Test(saxutils.DefaultHandler): AttributeError: 'module' object has no attribute 'DefaultHandler' here is the python file: import pyPgSQL.PgSQL from xml.sax import saxutils from xml.sax import make_parser from xml.sax.handler import featu