[Tutor] Re: [XML-SIG] XML Parser

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 8 Aug 2001 16:52:01 +0200


> When I try that, I get an exception. So I guess that it is because pyexpat
> is not installed ...

Indeed, on Solaris, it is unlikely that pyexpat is installed. I
recommend uncommenting the pyexpat line in Modules/Setup, following
the instructions above, and re-installing Python. Just building a
libexpat.a, and re-running Python's make to get pyexpat.so would be
sufficient as well.

Regards,
Martin