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
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
2 matches
Mail list logo