[XML-SIG] Error re: the impish "imp" ????????/

Lars Marius Garshol larsga@ifi.uio.no
26 May 1999 16:55:57 +0200


* wask@mcc.com
|
| I've been learning to use the XML Package from Python. However, when
| running from JPython, I keep getting errors regarding module imp (no
| module named, NameError). 

The problem is that imp is not implemented in JPython.

I assume you're using SAX, and specifically the parser factories? I
know they have this problem in JPython and I seem to recall that I
have a patch submitted by Geir Ove Grønmo which does not use imp and
thus works in JPython.

I'll try to verify that this is so and see if I can make it available
to you. I'll also try to think a little about whether we should put
out another SAX version while waiting for SAX2.

Got to run now,
--Lars M.