← Back to team overview

sikuli-driver team mailing list archive

[Bug 1210474] Re: [1.0] Problems importing xml.dom.minidom in script running mode

 

Seems to be Jython problem, because it happens also, when using plain
Jython to run a script containing this line.

** Changed in: sikuli
       Status: New => In Progress

** Changed in: sikuli
   Importance: Undecided => Medium

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 1.1.0

-- 
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


References