pyxml package not working? No xml.dom.ext.reader module available after install.

Stefan Behnel stefan.behnel-n05pAM at web.de
Wed Oct 10 05:13:53 EDT 2007


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



More information about the Python-list mailing list