Hudson XML error-- No module named dom.minidom

Posted by Arnab Sen Gupta on Stack Overflow See other posts from Stack Overflow or by Arnab Sen Gupta
Published on 2010-06-09T12:05:48Z Indexed on 2010/06/09 12:22 UTC
Read the original article Hit count: 317

Filed under:
|
|
|

I am trying to send a simple XML file of the format given in http://wiki.hudson-ci.org/display/HUDSON/Monitoring+external+jobs . I was able to send it easily and was getting desired result!! Then I tried to build this XML file using python script and it was giving me the exact file that I wanted without any problem. But when I tried to run this and send it to Hudson, I was getting the error - "No module named dom.minidom" . I checked again by executing in Python IDLE and it ws working fine but when I tried to send it again, I was getting the same error.. plz help..

© Stack Overflow or respective owner

Related posts about Xml

Related posts about dom