sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19676
Re: [Question #233740]: Sikuli Is Not Reading entire XML File
Question #233740 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/233740
Status: Answered => Open
Jennifer Coleman is still having a problem:
Thanks RaiMan!!
That worked, sort of.
The first time I ran the original file i got an ImportError.
File "/Users/colej/Documents/xml.sikuli/xml.py", line 2, in <module>
from xml.dom import minidom
ImportError: No module named dom !!WHILE IMPORTING!!
When I removed the code:
from xml.dom import minidom
xmldoc = minidom.parse("/Users/colej/Documents/loginFlex2.xml")
print xmldoc.toxml()
The entire file was returned via command line! :)
Why couldn't Sikuli find the dom module? And will the bug on the message area be fixed soon?? :)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.