Damian wrote:
> The errors can be seen at http://python.pointy.co.nz/test (I'm leaving
> the existing, slower version running at the moment for the rest of the
> site).

Hmm... it seems that you don't have MSXML 4.0 installed on your
machine.  I missed the fact that you're using ASP.NET, so your ASP code
probably is probably using the .NET XML implementation instead of
MSXML.  In that case, another alternative might be to use IronPython
and just translate your ASP script into Python.

                                         Ross Ridge

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to