Public bug reported:

with a simple script like

from xml.dom import minidom

I get the following error

File "/Users/colej/Documents/xml.sikuli/xml.py", line 1, in <module>
    from xml.dom import minidom
ImportError: No module named dom !!WHILE IMPORTING!!

I did not find any method, to get minidom imported to use the
minidom.parse... options.

** Affects: sikuli
     Importance: Medium
     Assignee: RaiMan (raimund-hocke)
         Status: In Progress

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1210474

Title:
  [1.0] Problems importing xml.dom.minidom in script running mode

Status in Sikuli:
  In Progress

Bug description:
  with a simple script like

  from xml.dom import minidom

  I get the following error

  File "/Users/colej/Documents/xml.sikuli/xml.py", line 1, in <module>
      from xml.dom import minidom
  ImportError: No module named dom !!WHILE IMPORTING!!

  I did not find any method, to get minidom imported to use the
  minidom.parse... options.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1210474/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to