SOAP.py and Python 2.1.1

Martin von Loewis loewis at informatik.hu-berlin.de
Mon Oct 8 20:23:44 EDT 2001


grahamd at dscpl.com.au (Graham Dumpleton) writes:

> > Ok, so I installed PyXML-0.6.6 by hand. Now pyexpat is no longer
> > missing, but SOAP.py still doesn't work (not even the card test)
> > cause
> > it complains about unsupported UTF-8 encoding:
> > 
> > <unknown>:1:36: Unsupported encoding 'UTF-8'

Are you sure you are using pyexpat in this example? It sounds like it
still didn't find pyexpat, and that you are using xmlproc now (which
does produce such error messages, and which does have quite restricted
support for character sets in 0.6.6 - that's going to improve in 0.7).

Regards,
Martin




More information about the Python-list mailing list