[XML-SIG] Can't make more than one parser

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 4 Oct 2000 08:41:06 +0200


> File "/usr/local/lib/python1.6/site-packages/_xmlplus/sax/saxexts.py", 
> line 43, in _create_parser
> return drv_module.create_parser()
> AttributeError: create_parser

Apparently, it attempts to load a parser module which does not
implement a create_parser function. Before line 43, could you please
insert a line "print drv_module", and report what it prints? (of
course, you can also run it in the IDLE debugger to see what happens)

Regards,
Martin