Thomas W wrote:
> I've tried to install the pyxml-package, available at 
> http://pyxml.sourceforge.net/,
> both from source and using some hack on the win32-binary package
> available for python2.4, but without luck. After install the module
> xml.dom.ext.reader is not available, eventhough the folder, __init__py
> and everything is in place.
> 
> Why? And could someone please make a win32-binary package of pyxml for
> python2.5? Thanks!

PyXML has not been actively maintained for some years now. Use ElementTree or
lxml instead.

http://codespeak.net/lxml

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

Reply via email to